View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Mike Mike is offline
external usenet poster
 
Posts: 3,101
Default So simple, but I can't get it to work

Maybe this
=IF(ISBLANK(B2)=TRUE,"",B2)

"hmsawyer" wrote:

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.