B
Bob
I am trying to get a cell (B2) to auto fill if a cell on a 2nd
worksheet (H6) contains a date.
I am using in B2
=IF(Report!H6 =" ";"";Report!H6)
If there is a date in H6 then B2 correctly shows as the date, but if
H6 is blank then B2 shows as
00January1900
I have B2 formatted as date, when i do not then the date shows as
465678.
How can i resolve this problem,
With thanks
Bob
worksheet (H6) contains a date.
I am using in B2
=IF(Report!H6 =" ";"";Report!H6)
If there is a date in H6 then B2 correctly shows as the date, but if
H6 is blank then B2 shows as
00January1900
I have B2 formatted as date, when i do not then the date shows as
465678.
How can i resolve this problem,
With thanks
Bob