Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Brennan
 
Posts: n/a
Default Same Text on Multiple Worksheets

Thanks Dave, works great
--
PB


"Dave Peterson" wrote:

You can use formulas that point to any cell on that original worksheet. It may
be a pain to set it up the first time, but once it's done, it's done.

=if(sheet1!a1="","",sheet1!a1)
can go in any sheet in any cell to retrieve the value from A1 on sheet1.

This is nice for titles.

But if you have a key unique value in a column, you may be able to use
=vlookup() or =index(match()) to return a value from a cell in that same row
based on that key column.

You may want to read Debra Dalgleish's notes:
http://www.contextures.com/xlFunctions02.html (for =vlookup())
and
http://www.contextures.com/xlFunctions03.html (for =index(match()))

Brennan wrote:

I need to enter text into certain fields on a worksheet and I want that text
to repeat automatically on other worksheets in the same workbook.
Cell references on the other worksheets are not the same as the original
worksheet.
--
PB


--

Dave Peterson

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
What is the quickest method to insert & name multiple worksheets . clyonesse Excel Worksheet Functions 8 September 20th 05 10:55 PM
Functions across multiple worksheets starlight Excel Worksheet Functions 0 August 10th 05 05:10 PM
Sumif with multiple worksheets Cbh35711 Excel Worksheet Functions 3 August 9th 05 02:49 PM
Printing Multiple Worksheets Linda Excel Discussion (Misc queries) 1 August 8th 05 05:12 PM
search multiple worksheets name with common text and process using mango Excel Worksheet Functions 1 December 22nd 04 02:11 PM


All times are GMT +1. The time now is 04:56 PM.

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"