Show blank cell when not Closed or Open

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

Guest

I have this formulas in column B: =IF(AH8>0,"Closed","Open")

When I copy this formula down column B into blank rows, Open appears in all
those cells below B8 of column B even though there is no data enter. I want
these cells to remain blank until data is entered to start the new row.
 
=IF(ISBLANK(A8),"",IF(A8>0,"Closed","Open"))
If you really mean AH8, then change above references from A8 to AH8.
 
Both responses worked.

Kleev said:
=IF(ISBLANK(A8),"",IF(A8>0,"Closed","Open"))
If you really mean AH8, then change above references from A8 to AH8.
 

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