If Blank

D

Debbie

I am looking for a little assistance. If A2 is blank, then I want it
to be blank. If A2 is not blank then I use this formula:
How do I add the if blank statement to this formula.

=ROUNDDOWN(((TODAY()-C17)/365*12),0)

Thanks in advance!
 
D

Dave Peterson

=if(a2="","",yourformula)


I am looking for a little assistance. If A2 is blank, then I want it
to be blank. If A2 is not blank then I use this formula:
How do I add the if blank statement to this formula.

=ROUNDDOWN(((TODAY()-C17)/365*12),0)

Thanks in advance!
 
Top