IF function help

C

cjborntorun

Hi - I currently have this formula:

=IF(T2<10,â€Yâ€,†“)


Problem is, if cell T2 is blank/null, I still get a “Yâ€, but I don’t want
one. How can I enhance this formula so that it ignores null value in T2?

Thank you in advance for your help!
 
D

Dave Peterson

=if(t2="","",if(t2<10, ....


Hi - I currently have this formula:

=IF(T2<10,â€Yâ€,†“)

Problem is, if cell T2 is blank/null, I still get a “Yâ€, but I don’t want
one. How can I enhance this formula so that it ignores null value in T2?

Thank you in advance for your help!
 

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

Top