If cell a1 not blank enter 8.26 in A2 ???? How

P

pano

Hi all again,

If cell A1 is not blank I need to enter 8.26 in A2

A1 A2 is not blank enter 8.26
12.5.07 8.26


A1 A2 is blank enter nothing
 
P

Paul B

pano, try this in A2,

=IF(A1<>"",8.26,"")

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003
 
P

pano

Hi all again,

If cell A1 is not blank I need to enter 8.26 in A2

A1 A2 is not blank enter 8.26
12.5.07 8.26

A1 A2 is blank enter nothing

After a bit of mucking around I got it

=IF(ISNUMBER(A14),"8.26","")

But now I need it to check E14 and if the word ADO or public holiday
is there to leave it blank as well.... hmmm
 

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