Hi
I'm using IF function with two arguments but when the cell is empty it still shows value
How to stop showing value when the cell is blank
Thanks
Ex is attached
Here, try this:
=IF(A1="","",IF(A1<=2,"OK","WRONG"))
"Relax. What is mind? No matter. What is matter? Never mind!"
Also check Syntax of the IF function:
=IF(logical_test, value_if_true, [value_if_false])
=IF(A1<=2,"OK","WRONG")
So.. IF A1 <= 2 is TRUE then anything else, (wich is A1>2) is FALSE.
No need to check is A1 bigger than 2 (again)...
"Relax. What is mind? No matter. What is matter? Never mind!"
Thanks Alot it works![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks