If Statements

  • Thread starter Thread starter Abby Dabby Doo
  • Start date Start date
A

Abby Dabby Doo

Here is what I'm trying to do, and I can't seem to get a formula or If
statement to work.

If C4 is blank, show nothing, but if C4 has a value, C4*.01

Please help!
 
A couple ways:
=if(isblank(c4),"",c4*.01)
=if(c4="","",c4*.01)
 

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

Back
Top