C
Colin Hayes
Hi all
I have a small problem that I hope someone can help with.
In cell A1 I have this code :
=IF(B1=""," ",TODAY())
With this , if B4 is empty the cell is empty. If B4 has content then it
puts the date.
I replicate this down to A19. As I make entries in the cells in column B
, so the date of entry is recorded.
Unfortunately of course the date of entry is updated to the present date
when I open the workbook. How can I fix the date of entry so that it
remains at the date entry was originally made in column B?
Grateful for any assistance.
I have a small problem that I hope someone can help with.
In cell A1 I have this code :
=IF(B1=""," ",TODAY())
With this , if B4 is empty the cell is empty. If B4 has content then it
puts the date.
I replicate this down to A19. As I make entries in the cells in column B
, so the date of entry is recorded.
Unfortunately of course the date of entry is updated to the present date
when I open the workbook. How can I fix the date of entry so that it
remains at the date entry was originally made in column B?
Grateful for any assistance.