Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default linking dates on multiple worksheets

I have a workbook with 5 worksheets. If a date is typed in a merged cell (2
cells) on worksheet one, I want the date to automatically be placed on
worksheet 5 in another merged cell (3 cells).
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 208
Default linking dates on multiple worksheets

On the other worksheet(s), just put a formula to reference the
worksheet with the date.

for example, if the date is in cell A1 on Sheet1 then in cell A1 (or
whatever cell you choose) on Sheet2 put the following formula: =Sheet1!
a1.


If you only want the date to appear when a value is entered (i.e. the
cell is not blank) use this formula: =if(isblank(sheet1!a1),"",sheet1!
a1)



On Jul 17, 9:38*am, Taz22i wrote:
I have a workbook with 5 worksheets. *If a date is typed in a merged cell (2
cells) on worksheet one, I want the date to automatically be placed on
worksheet 5 in another merged cell (3 cells). *


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default linking dates on multiple worksheets

In the target cell (ie, the one on worksheet 5), put the formula

=Sheet1!A1

Where Sheet1 is the name of worksheet one, and A1 is the cell where you
enter the date.

Regards,
Fred.

"Taz22i" wrote in message
...
I have a workbook with 5 worksheets. If a date is typed in a merged cell
(2
cells) on worksheet one, I want the date to automatically be placed on
worksheet 5 in another merged cell (3 cells).


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
Linking from multiple worksheets slindergren New Users to Excel 0 April 16th 08 02:12 PM
Linking multiple worksheets mikebean97 Excel Worksheet Functions 2 July 21st 07 12:36 PM
linking multiple columns onto multiple worksheets talderman Excel Discussion (Misc queries) 3 August 23rd 06 02:00 AM
Linking multiple worksheets Ralph Excel Worksheet Functions 1 October 14th 05 11:32 PM
Linking and formatting multiple worksheets kellyc Excel Worksheet Functions 2 July 14th 05 04:26 PM


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

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

About Us

"It's about Microsoft Excel"