Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mod....or Not

Status
Not open for further replies.

weeze2

Technical User
Jun 18, 2002
129
DK
Hi!

I need to use the mod() function in Excel 2003...but I can't and keep getting errors. Is it maybe called something else than 'mod'?

Thanks!
 
I recommend pressing the F1 key.

Mod is the correct function name, check the help file for details of its use and parameters.

Cheers,
Dave

Probably the only Test Analyst on Tek-Tips...therefore whatever it was that went wrong, I'm to blame...

animadverto vos in Abyssus!

Take a look at Forum1393!
 
Insufficient data!!

Which version of the mod function (worksheet or vba), what data & modulus and what sort of error?

Cheers
 
well im trying to use it in the worksheet
and for example tried to test it with =MOD(10,3)

The cell then shows #NAME?

I am using the Danish version though, but that should not be a problem (anyway I have not had problems in the past).
 
Hi weeze2,

Sounds like a typo or syntax problem. For example, =MOD(IO,3).

Alternatively, maybe its called something other than 'MOD' in the Danish version, or you should be using a different separator. Check out #NAME? in the help file and see if that gives you a better idea.

Cheers
 
In Swedish and German, the MOD function is called REST. Danmark being halfway in between, I'm hoping it is called something similar.
 
Thanks, it works with Rest()!

Strange that one can not use the English syntax in Excel.
I am used to that Access normaly takes the English notation and changes it for you.

Thanks once again everyone.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top