answersLogoWhite

0

100-400 USD depending on condition, accessories, box, papers.

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

What is the value of a walther mod 7 good to border line excl. cond.?

Requires professional appraisal


Value of Mod 110D 270 Savage rifle in exc cond?

20-400 USD or so


What would be the value of a good cond glendfield mod 60 cal 30 30?

50-150 USD or so


What is a beretta mod 84b worth in good cond?

100-300


What is the value of your Crosman mod 38 t C02 .177 cal pellet pistol in excellent cond in the original box?

It would be worth between $65 - $75. Add 20% for the box


How do you reverse a MOD function in excel?

Ctrl Z


Winchester model 50 in 20 gauge mod barrel in good cond how much is it worth?

200 to 225.00 dollars


How can you use Excel to calculate the remainder of a division question?

By using the =MOD function.


What does the 'MOD' function do in Excel?

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)


What is the meaning of MOD value?

"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.


What is the age and value of a 22 cal western field mod SB85A near new cond metal and stock semiautomatic rifle?

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.


How do you find even and odd in Excel?

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)