looking at a blacnk cell and need to do and if statement

M

mkrieger

Please help. I am trying to create a formula that looks at a cell. I
that cell is black I need to have another cell used in a calcualtion
if that cell has a figure I need that cell used in the calculation.
Can anyone help me please.

Or, can anyone answer why if I do an isblank formula, I can get it t
show me that this is true, but if I put in a number and then remove th
number I can not get it to tell me this statement is true again.

Thanks. She
 
F

Frank Kabel

Hi
try something like
=IF(A1="",B1*2,A1*2)

or
=IF(ISBLANK(A1),B1*2,A1*2)

When you remove the value how do you do it? Do you press the DEL key
(or are you inserting a space?)
 
M

mkrieger

Thanks I'll give those a try. One problem I was having was that th
cell I was looking to see if it was blank had a calculated figure i
it. Does this really matter
 

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