Keeping the cell blank...

J

JP

How do I prepare a cell with a formula, but keep it blank until the
information is added to activate the equation?
 
M

Max

One way to make it appear blank ..

Instead of in say, B1: =A1*5
Put it as: =IF(A1="","",A1*5)

The " =IF(A1="","", ... " construct will provide the desired "blank" look
in B1 until a number is input in A1
 
J

JP

Thank you very much Max!

Max said:
One way to make it appear blank ..

Instead of in say, B1: =A1*5
Put it as: =IF(A1="","",A1*5)

The " =IF(A1="","", ... " construct will provide the desired "blank" look
in B1 until a number is input in A1
 

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