Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Titam
 
Posts: n/a
Default list data of same cell on different worksheets.

I have a text data stored in same cell of different worksheets on the same
file. I need to list them down in a single fresh worksheet. Is there any
formula or any way that I may use?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron de Bruin
 
Posts: n/a
Default list data of same cell on different worksheets.

Hi Titam

If there are a few sheets you can create the links yourself
=Sheet2!A1

You can also use this macro to do it
http://www.rondebruin.nl/summary.htm

--
Regards Ron de Bruin
http://www.rondebruin.nl


"Titam" wrote in message ...
I have a text data stored in same cell of different worksheets on the same
file. I need to list them down in a single fresh worksheet. Is there any
formula or any way that I may use?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ken Johnson
 
Posts: n/a
Default list data of same cell on different worksheets.

Hi Titan,
If you don't want to use a macro and there are too many sheets, or the
number of sheets could change, then, assuming sheet1 is where the
summary is to be viewed:
1) Type the address of the common cell that contains the text into A1
on sheet1 eg if the text is in B5 on every sheet then just type B5 into
A1 on sheet1.

2)type the following into A2 on sheet1 = "Sheet" & row() & "!"

3)type the following into B2 on sheet1 = INDIRECT(A2)

4)Select A2:B2 on sheet1 and fill their formulas down for as many rows
as there are sheets in the workbook. If you ever have to add another
sheet just fill these formulas down 1 more row

Ken Johnson

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ken Johnson
 
Posts: n/a
Default list data of same cell on different worksheets.

Hi Titam,

I just realised it can be reduced from using two columns to just one:

Sheet1!A2 has the following formula

=INDIRECT("Sheet" & ROW() & "!"& $A$1)

Sheet1!A1 still contains the address of the text cell that is in the
same position on every sheet.

The only drawback I can see is that when the common text cell is a
blank cell the summary on sheet1 will be a "0" (zero) instead of blank.

Ken Johnson

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
confused
 
Posts: n/a
Default list data of same cell on different worksheets.



if its exactly the same data you could just right click on the tab and Copy
the whole page (right click - copy,, make sure the tick in in create a copy)
will make a duplicate of the page wittout the need for formulas or macros


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ken Johnson
 
Posts: n/a
Default list data of same cell on different worksheets.

Hi confused,
If on sheet1 you want a list of all the text values that are in say A1
on all of the other sheets I don't think copying sheets will produce
it.

Ken Johnson

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
confused
 
Posts: n/a
Default list data of same cell on different worksheets.


possibly not but that depens on wether the "same data" is just a template
idea for new pages,,
"Ken Johnson" wrote:

Hi confused,
If on sheet1 you want a list of all the text values that are in say A1
on all of the other sheets I don't think copying sheets will produce
it.

Ken Johnson


  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
R.VENKATARAMAN
 
Posts: n/a
Default list data of same cell on different worksheets.

I hope I have undaerstood you want
with control down clikc all the sheet tabls.
now type entry in A1 of the sheeet open.
this is entered in all sheets A1.
deselect sheeets by clicking any sheet tab.




"confused" wrote in message
...

possibly not but that depens on wether the "same data" is just a template
idea for new pages,,
"Ken Johnson" wrote:

Hi confused,
If on sheet1 you want a list of all the text values that are in say A1
on all of the other sheets I don't think copying sheets will produce
it.

Ken Johnson





  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
BruceN
 
Posts: n/a
Default list data of same cell on different worksheets.

Thanks to all who answered this post. Using your information plus that in
the posting for indirect reference(again?) I was able to prepare a group of
worksheets (one for each day a cafe was open) each of which was a worksheet
of the day's register activity. I was then able to create a summary
worksheet which has a single line for the pertinant information gathered from
each of the subsequent worksheets. Each daily sheet is tabbed as "May 24",
"May 25", etc. I created two columns on the left of my summary sheet, one
for the month and one for the day of the month. (in columns "A" and "B"). I
then used the following for the cell in the summary sheet: =INDIRECT("'"&
$A10 &" " &$B10 & "'!$D$19")


"Titam" wrote:

I have a text data stored in same cell of different worksheets on the same
file. I need to list them down in a single fresh worksheet. Is there any
formula or any way that I may use?

  #10   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ken Johnson
 
Posts: n/a
Default list data of same cell on different worksheets.

Hi BruceN,
Well done, I've managed to reproduce your technique and it produces a
summary of each day-sheet's D19 entry in combination with the date in
columns A and B. Very useful for people with lots of sheets with common
information in the same cell.

Ken Johnson

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
Excel Macro to Copy & Paste [email protected] Excel Worksheet Functions 0 December 1st 05 01:56 PM
From several workbooks onto one excel worksheet steve Excel Discussion (Misc queries) 6 December 1st 05 08:03 AM
Input cell reference is not valid (One Variable Data Table) Dottore Excel Worksheet Functions 9 September 1st 05 03:05 PM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Extracting data from multiple worksheets into a list mnirula Excel Worksheet Functions 16 February 25th 05 08:52 PM


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