If A1 is blank I would like B1 to be blank also, If (A1 is 0 / date / or has anything in it) I would like B1 to be 10. How would I do that? Thanks.
If A1 is blank I would like B1 to be blank also, If (A1 is 0 / date / or has anything in it) I would like B1 to be 10. How would I do that? Thanks.
You can't insert "Blank" status into a cell with a formula, but you can insert a nullstring. Put this in B1:
=IF(ISBLANK(A1),"",10)
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
?None of us is as good as all of us? - Ray Kroc
?Actually, I *am* a rocket scientist.? - JB (little ones count!)
if a post is solved how would I indicate that??
Go to advanced reply and look next to the title, you can change it there
you can use:
=if(a1="","",10)
If that takes care of your need, please click EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks