Excel 2000 Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

if,then statement returns a false because alpha string is more than 5
characters.
Example:
=IF(C6="Travel","True","False") and cell 'C6' does equal "travel". It works
if "trave" is used in statement and in cell it returns a 'true'.
Is this because of a setting in my worksheet?
 
It sounds like you have calculaton set to manual. If you press the F9 key
(recalc) does the formula display the correct value?

If yes:
Tools>Options>Calculation
Select Automatic.

Does that help?

Ron

..................
 
I did check this and it is set to automatic. I also tried the (F9), but it
did not change the result.

Thank you, do you have any other ideas?
 
After re-reading your problem, I need a clarification.

Are you saying that if you use this formula:
=IF(C6="Trave","True","False")

And C6 contains "Trave",
The formula returns "True"?

That would be correct.

What do you want the formula to do?

Regards,
Ron
 

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

copy value calendar control 1
evaluate 3
Combine various cells in to one array 1
LOOKUP function 5
Use Formula from another worksheet 3
If statements in Data Validation 7
Need a function 1
Why doesn't this work ? 2

Back
Top