Hi,
Im copying a date entered in a cell on one worksheet, to another cell on another worksheet using :
='Archive'!E13
as the reference. It works fine when there is a date in the original cell location, but when the original cell it is empty it displays
00/01/1900
instead of leaving it blank. Can anyone help please? I'm sure this is easy enough, but im a bit thick![]()
Hi,
Try:
=IF('Archive'!E13="","",'Archive'!E13)
HTH,
SamuelT
Another way is to tell Excel not show "zero" values on that particular sheet. Then your existing formula will work fine.
Tools > Options > View > [ ]zero values ... uncheck that.
This setting applies to just the active sheet, it's not a global setting.
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
“None of us is as good as all of us” - Ray Kroc
“Actually, I *am* a rocket scientist.” - JB (little ones count!)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks