Please help with a basic question! (I hope)

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

Guest

Isn't there a formula that can be written that says if a cell is blank put a zero in another cell? For example if cell B3 is blank put a zero in c8? I know this might not sound logical to you power users, but this is a basic spreadsheet made by a newbie.
 
With C8 as your active cell, try this formula:

=IF(ISBLANK(B3),0,""
 

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