Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default list data to show up on multiple sheets

I am trying to input a list of names and I was wondering if I can get the
names to automatically appear on worksheet 2 if i input them onto worksheet 1
and reorder etc. Is there a way to do this
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default list data to show up on multiple sheets

Sure. Use a worksheet_change event in the sheet module.

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Onehundone" wrote in message
...
I am trying to input a list of names and I was wondering if I can get the
names to automatically appear on worksheet 2 if i input them onto
worksheet 1
and reorder etc. Is there a way to do this


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default list data to show up on multiple sheets

In Sheet2 A1 enter this formula.

=INDIRECT("Sheet1!A" & ROW())

Copy down as far as you wish.


Gord Dibben MS Excel MVP

On Sat, 28 Jun 2008 10:10:00 -0700, Onehundone
wrote:

I am trying to input a list of names and I was wondering if I can get the
names to automatically appear on worksheet 2 if i input them onto worksheet 1
and reorder etc. Is there a way to do this


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default list data to show up on multiple sheets

Here is another possibility... enter this formula on Sheet2,

=INDEX(Sheet1!A:A,ROW())

and copy down as needed.

Rick


"Onehundone" wrote in message
...
I am trying to input a list of names and I was wondering if I can get the
names to automatically appear on worksheet 2 if i input them onto
worksheet 1
and reorder etc. Is there a way to do this


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
Generating parts list from multiple sheets Prescher New Users to Excel 1 April 7th 07 12:14 AM
Multiple Sheets (Need to create 500 individual sheets in one workbook, pulling DATA Amaxwell Excel Worksheet Functions 4 August 17th 06 06:23 AM
Need info to show on multiple sheets AlienBeans Excel Discussion (Misc queries) 2 August 13th 06 07:45 AM
Header or Footer to show up on multiple sheets in a document Holly Domine Excel Worksheet Functions 1 May 23rd 05 06:17 PM
Single list from multiple sheets Brian H Excel Worksheet Functions 1 November 12th 04 09:21 PM


All times are GMT +1. The time now is 10:11 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"