So simple, but I can't get it to work

H

hmsawyer

I need A1(formatted as a date) to equal the value in B2 which is also a date.
However, if B2 is blank, I also want A1 to remain blank, but it is currently
always returning 1/0/00. I've tried everything I can think of but I can't
get it to work! Thanks for your help.
 
F

Fred Smith

You're getting a result of 0 rather than blank. In A1, try:

=if(b1="","",b1)

Regards,
Fred.
 

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