Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
mnirula
 
Posts: n/a
Default Extracting data from multiple worksheets into a list

This is a very simple task. I simply want to create a summary list in a
column of the exact same cell in multiple worksheets. I know how to compute
a formula using the same cell across multiple worksheets but can't figure out
how to do this. I have tried several queries using the search function using
key words but haven't been able to find the answer. Any help will be much
appreciated.
  #2   Report Post  
Ken Wright
 
Posts: n/a
Default

Various ways - what are the sheet names like?

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

----------------------------------------------------------------------------
It's easier to beg forgiveness than ask permission :-)
----------------------------------------------------------------------------

"mnirula" wrote in message
...
This is a very simple task. I simply want to create a summary list in a
column of the exact same cell in multiple worksheets. I know how to

compute
a formula using the same cell across multiple worksheets but can't figure

out
how to do this. I have tried several queries using the search function

using
key words but haven't been able to find the answer. Any help will be much
appreciated.



  #3   Report Post  
mnirula
 
Posts: n/a
Default

the sheet names are account numbers and I am trying to extract the account
name, the account number and the account total (eg. cells A1, A2, A3) into a
list on a new worksheet. Do you you know how to do this?
moushami

"Ken Wright" wrote:

Various ways - what are the sheet names like?

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

----------------------------------------------------------------------------
It's easier to beg forgiveness than ask permission :-)
----------------------------------------------------------------------------

"mnirula" wrote in message
...
This is a very simple task. I simply want to create a summary list in a
column of the exact same cell in multiple worksheets. I know how to

compute
a formula using the same cell across multiple worksheets but can't figure

out
how to do this. I have tried several queries using the search function

using
key words but haven't been able to find the answer. Any help will be much
appreciated.




  #4   Report Post  
Ron de Bruin
 
Posts: n/a
Default

Maybe you like this

You can use this macro to create a list on a new worksheet with formulas that link to the
cells on each sheet.
http://www.rondebruin.nl/summary.htm


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



"mnirula" wrote in message ...
the sheet names are account numbers and I am trying to extract the account
name, the account number and the account total (eg. cells A1, A2, A3) into a
list on a new worksheet. Do you you know how to do this?
moushami

"Ken Wright" wrote:

Various ways - what are the sheet names like?

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

----------------------------------------------------------------------------
It's easier to beg forgiveness than ask permission :-)
----------------------------------------------------------------------------

"mnirula" wrote in message
...
This is a very simple task. I simply want to create a summary list in a
column of the exact same cell in multiple worksheets. I know how to

compute
a formula using the same cell across multiple worksheets but can't figure

out
how to do this. I have tried several queries using the search function

using
key words but haven't been able to find the answer. Any help will be much
appreciated.






  #5   Report Post  
mnirula
 
Posts: n/a
Default

there isn't an easier way??? i just want to copy the same cell in many
worksheets into a list. I know how to do a 3-d reference and this seems like
it should be a far easier task. Why is it so complicated?
regards
moushami

"Ron de Bruin" wrote:

Maybe you like this

You can use this macro to create a list on a new worksheet with formulas that link to the
cells on each sheet.
http://www.rondebruin.nl/summary.htm


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



"mnirula" wrote in message ...
the sheet names are account numbers and I am trying to extract the account
name, the account number and the account total (eg. cells A1, A2, A3) into a
list on a new worksheet. Do you you know how to do this?
moushami

"Ken Wright" wrote:

Various ways - what are the sheet names like?

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

----------------------------------------------------------------------------
It's easier to beg forgiveness than ask permission :-)
----------------------------------------------------------------------------

"mnirula" wrote in message
...
This is a very simple task. I simply want to create a summary list in a
column of the exact same cell in multiple worksheets. I know how to
compute
a formula using the same cell across multiple worksheets but can't figure
out
how to do this. I have tried several queries using the search function
using
key words but haven't been able to find the answer. Any help will be much
appreciated.








  #6   Report Post  
Ron de Bruin
 
Posts: n/a
Default

You must create a formula link or copy the cells with a macro
http://www.rondebruin.nl/copy2.htm


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



"mnirula" wrote in message ...
there isn't an easier way??? i just want to copy the same cell in many
worksheets into a list. I know how to do a 3-d reference and this seems like
it should be a far easier task. Why is it so complicated?
regards
moushami

"Ron de Bruin" wrote:

Maybe you like this

You can use this macro to create a list on a new worksheet with formulas that link to the
cells on each sheet.
http://www.rondebruin.nl/summary.htm


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



"mnirula" wrote in message ...
the sheet names are account numbers and I am trying to extract the account
name, the account number and the account total (eg. cells A1, A2, A3) into a
list on a new worksheet. Do you you know how to do this?
moushami

"Ken Wright" wrote:

Various ways - what are the sheet names like?

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

----------------------------------------------------------------------------
It's easier to beg forgiveness than ask permission :-)
----------------------------------------------------------------------------

"mnirula" wrote in message
...
This is a very simple task. I simply want to create a summary list in a
column of the exact same cell in multiple worksheets. I know how to
compute
a formula using the same cell across multiple worksheets but can't figure
out
how to do this. I have tried several queries using the search function
using
key words but haven't been able to find the answer. Any help will be much
appreciated.








  #7   Report Post  
Ken Wright
 
Posts: n/a
Default

If you'd care to give an example of a couple of sheet names, (or you perhaps
have a list of these accounts that you can use) an account number (By all
means dummy it up, but make sure it is representative) then maybe I can give
you a formula example.

One option may be to use the INDIRECT() function that allows you to build
range references from strings of data. If you already have a list of the
accounts (which I assume are the exact sheet names), then we can probably
help.

--
Regards
Ken.......................

<snip


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
Finding Data in multiple worksheets [email protected] Excel Discussion (Misc queries) 1 February 10th 05 10:42 PM
How can I plot a data series from multiple worksheets bret Charts and Charting in Excel 0 January 2nd 05 06:53 PM
Merge Data From Multiple Worksheets Corby Excel Worksheet Functions 1 December 22nd 04 03:25 PM
data entry on multiple worksheets diosdias Excel Discussion (Misc queries) 1 December 7th 04 05:33 PM
How do I retrieve data (specific cells) from multiple worksheets on a shared drive jbean Excel Worksheet Functions 1 November 10th 04 09:26 PM


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