ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   When 1 sheet = a blank date field on another tab the result = 0-Ja (https://www.excelbanter.com/excel-worksheet-functions/188521-when-1-sheet-%3D-blank-date-field-another-tab-result-%3D-0-ja.html)

Karen Ramel

When 1 sheet = a blank date field on another tab the result = 0-Ja
 
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

Pete_UK

When 1 sheet = a blank date field on another tab the result =0-Ja
 
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



Gary''s Student

When 1 sheet = a blank date field on another tab the result = 0-Ja
 
=IF(A1="","",A1)
--
Gary''s Student - gsnu200787

Gord Dibben

When 1 sheet = a blank date field on another tab the result = 0-Ja
 
=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




All times are GMT +1. The time now is 09:42 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com