100-400 USD depending on condition, accessories, box, papers.
Requires professional appraisal
20-400 USD or so
50-150 USD or so
100-300
It would be worth between $65 - $75. Add 20% for the box
Ctrl Z
200 to 225.00 dollars
By using the =MOD function.
The MOD function finds a modulus. That is the remainder when you divide one number into another. So if you divide 10 by 3, you would get a remainder of 1. To do that with the MOD function, you enter it as: =MOD(10,3)
"Mod" is often used to indicate the remainder of a division, and it is used that way in programming languages, or in Excel or similar spreadsheets. Thus, for example, mod(10, 3) = 1, since that is the remainder when you divide 10 by 3.
Made for Montgomery Wards by Stevens, yours is a Model 85, Value is driven by consition, but roughly $90-$140. No real public data on these rifles- if there is no serial number, made prior to 1968.
If you are referring to the Even and Odd functions, you can just start typing then or find them through the Math and Trig functions category. You can use the Insert Function button on the Formula Bar to do that. You can also do it through menus or tabs, depending on the version of Excel you have. To find out if an actual value is odd or even you could use the MOD function, which finds a remainder. If you divide by 2 and the remainder is 1 it is obviously odd, and if it is 0 then it is even. You use the MOD function like this, where the 2 is dividing into the first value, in this case 10: =MOD(10,2) It could also be used with a cell reference, like this, where it is using A15 as an example: =MOD(A15,2)