IF Statement nightmare

  • Thread starter Thread starter eugenevr
  • Start date Start date
E

eugenevr

User's IF statement doesn't work. If the user logs onto another PC,
that same IF statement is fine. If another user logs onto the PC, the
*same* statement runs fine.

I just don't get it!
Any suggestions welcome...

Eugene
 
The statement may contain a function that is not available because an Add-In
is not ticked. Analysis ToolPak and Analysis ToolPak - VBA are the Add-Ins
that most often need ticking.

Doug

eugenevr wrote in message
 
The statement really is quite simple, here is a test entry:

=IF(A1=A2,"t","f")

Thanks for your help!
 
What is in A1 and A2? As a guess, the use has "Precision as Displayed"
checked, so that cell formatting is changing the interpretation of
formula results.

Jerry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top