Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Using Excel 2003
How do I please get the result of the 'formula' to show BLANK when no date is entered in the source field? When a date IS entered in the source the display/value shown is fine. Please advise |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=IF(Sheet1!A1="","",Sheet1!A1) Hope this helps. Pete On May 22, 4:55*pm, Karen Ramel <Karen wrote: Using Excel 2003 How do I please get the result of the 'formula' to show BLANK when no date is entered in the source field? When a date IS entered in the source the display/value shown is fine. Please advise |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(A1="","",A1)
-- Gary''s Student - gsnu200787 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(A1="","",A1)
Or a cross-sheet linking formula =IF(Sheet1!A1="","",Sheet1!A1) Gord Dibben MS Excel MVP On Thu, 22 May 2008 08:55:01 -0700, Karen Ramel <Karen wrote: Using Excel 2003 How do I please get the result of the 'formula' to show BLANK when no date is entered in the source field? When a date IS entered in the source the display/value shown is fine. Please advise |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
New date based on one date field minus minutes in another field | Excel Discussion (Misc queries) | |||
I want to use a different cell if my date field is NULL/BLANK | Excel Worksheet Functions | |||
Linked date field in worksheet defaults a blank field as 1/0/1900 | Excel Worksheet Functions | |||
how to have result field blank | Excel Discussion (Misc queries) | |||
Blank field formatted as date | Excel Worksheet Functions |