Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default Dates linked in Excel files

Microsoft Excel 2007: If there are cells in the original worksheet (file)
that contain dates and other cells that are "date" formatted; however, no
dates have been entered, how can I show a "blank" cell on the worksheet of
the linked file? Currently, if the date formatted cell is blank on the
original file, the second file is auto filled with the date of 1/10/1900. I
need the linked worksheet to show blank cells until an actual date is entered
in the cells of the original file.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 58
Default Dates linked in Excel files

Do an isblank formula. Where Date1 is where you want to show the linked
values and Date2 is your source, type in Date1 sheet:

=IF(ISBLANK(Date2!A1),"",Date2!A1)

"JayDee" wrote:

Microsoft Excel 2007: If there are cells in the original worksheet (file)
that contain dates and other cells that are "date" formatted; however, no
dates have been entered, how can I show a "blank" cell on the worksheet of
the linked file? Currently, if the date formatted cell is blank on the
original file, the second file is auto filled with the date of 1/10/1900. I
need the linked worksheet to show blank cells until an actual date is entered
in the cells of the original file.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 751
Default Dates linked in Excel files

=IF('other sheet'!A2="","",'other sheet'!A2)

HTH
Kostis Vezerides

On Jun 27, 7:04 pm, JayDee wrote:
Microsoft Excel 2007: If there are cells in the original worksheet (file)
that contain dates and other cells that are "date" formatted; however, no
dates have been entered, how can I show a "blank" cell on the worksheet of
the linked file? Currently, if the date formatted cell is blank on the
original file, the second file is auto filled with the date of 1/10/1900. I
need the linked worksheet to show blank cells until an actual date is entered
in the cells of the original file.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Dates linked in Excel files

You could do it like this:

=IF(Sheet1!A1="","",Sheet1!A1)

will display a blank if the "sending" cell is blank.

Hope this helps.

Pete

On Jun 27, 5:04*pm, JayDee wrote:
Microsoft Excel 2007: *If there are cells in the original worksheet (file)
that contain dates and other cells that are "date" formatted; however, no
dates have been entered, how can I show a "blank" cell on the worksheet of
the linked file? *Currently, if the date formatted cell is blank on the
original file, the second file is auto filled with the date of 1/10/1900. *I
need the linked worksheet to show blank cells until an actual date is entered
in the cells of the original file.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to save versions of multiple linked excel files? Chris TT Excel Discussion (Misc queries) 1 February 20th 08 01:17 PM
Linked Excel files change size when updated Patti D. Excel Discussion (Misc queries) 0 January 9th 08 04:18 PM
Copying linked Excel Files ScottH Excel Discussion (Misc queries) 0 March 9th 06 08:22 PM
How to save values only from linked Excel files? jmadam39 Excel Discussion (Misc queries) 3 November 30th 05 05:27 PM
Moving linked Excel/Access files to another machine CaroleN Links and Linking in Excel 1 August 11th 05 01:58 PM


All times are GMT +1. The time now is 07:01 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"