JTL9161
Active Member
- Joined
- Aug 29, 2012
- Messages
- 493
- Office Version
-
- 365
- Platform
-
- Windows
I searched around but could not find my answer so I thought I would try here. It's probably something simple.
I am copying data from a spreadsheet listing to an invoice bill on another tab within the same spreadsheet.
Spreadsheet (Sheet1) has dates and payments. I am saying in the on the Invoice Tab (Sheet2)
=IF(Sheet1!A1="","",A1) which is saying if cell A1 does not have a date then leave it blank on the Invoice tab
but if cell A1 does have a date then show that date on the Invoice Tab.
When its blank it shows blank but when the date say 5/1/2016 the date shown on the Invoice tab is 1/0/1900
and I have the cell formatted for DATE mm/dd/yyyy.
Suggestions?
Thanks,
James
I am copying data from a spreadsheet listing to an invoice bill on another tab within the same spreadsheet.
Spreadsheet (Sheet1) has dates and payments. I am saying in the on the Invoice Tab (Sheet2)
=IF(Sheet1!A1="","",A1) which is saying if cell A1 does not have a date then leave it blank on the Invoice tab
but if cell A1 does have a date then show that date on the Invoice Tab.
When its blank it shows blank but when the date say 5/1/2016 the date shown on the Invoice tab is 1/0/1900
and I have the cell formatted for DATE mm/dd/yyyy.
Suggestions?
Thanks,
James