Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Michelle K
 
Posts: n/a
Default merge/extract data from identical worksheets in a workbook

Hi,

I have a workbook that contains 100 identical worksheets. I need to count
how many 1's are in say H1, how many 2's, etc.

Can anyone please help me with this? I read somewhere in the discussions
about having "dummy" sheets named Start and End and then just do a range.
Can someone remind me of that formula?

Thanks so much,
Michelle
  #2   Report Post  
Bernie Deitrick
 
Posts: n/a
Default

Michelle,

The formula that you are thinking of is

=SUM(Start:End!H1)

but you can't modify it to count the way that you want.

What is your worksheet naming convention?

HTH,
Bernie
MS Excel MVP


"Michelle K" wrote in message
...
Hi,

I have a workbook that contains 100 identical worksheets. I need to count
how many 1's are in say H1, how many 2's, etc.

Can anyone please help me with this? I read somewhere in the discussions
about having "dummy" sheets named Start and End and then just do a range.
Can someone remind me of that formula?

Thanks so much,
Michelle



  #3   Report Post  
Michelle K
 
Posts: n/a
Default

they all have the same name: survey , survey (2), survey (3)...

should i rename them?

after that what's next?

"Bernie Deitrick" wrote:

Michelle,

The formula that you are thinking of is

=SUM(Start:End!H1)

but you can't modify it to count the way that you want.

What is your worksheet naming convention?

HTH,
Bernie
MS Excel MVP


"Michelle K" wrote in message
...
Hi,

I have a workbook that contains 100 identical worksheets. I need to count
how many 1's are in say H1, how many 2's, etc.

Can anyone please help me with this? I read somewhere in the discussions
about having "dummy" sheets named Start and End and then just do a range.
Can someone remind me of that formula?

Thanks so much,
Michelle




  #4   Report Post  
Bernie Deitrick
 
Posts: n/a
Default

Michelle,

The reason I asked is that you can often build an INDIRECT formula to pull
your data together into a table for further processing.

The only sheet you should nedd to rename would be "survey" Rename it to
"survey (1)" to keep your naming style consistent.

Then insert a new sheet, and in cell A1 of that sheet, enter the formula

=INDIRECT("'survey (" & ROW() & ")'!H1")

and copy down for 100 rows (or the same number of rows as your highest
number survey (xxx) sheet)

Then you can use formulas on that list, like

=COUNTIF(A1:A100,1)

to count the 1's etc.

HTH,
Bernie
MS Excel MVP


"Michelle K" wrote in message
...
they all have the same name: survey , survey (2), survey (3)...

should i rename them?

after that what's next?

"Bernie Deitrick" wrote:

Michelle,

The formula that you are thinking of is

=SUM(Start:End!H1)

but you can't modify it to count the way that you want.

What is your worksheet naming convention?

HTH,
Bernie
MS Excel MVP


"Michelle K" wrote in message
...
Hi,

I have a workbook that contains 100 identical worksheets. I need to

count
how many 1's are in say H1, how many 2's, etc.

Can anyone please help me with this? I read somewhere in the

discussions
about having "dummy" sheets named Start and End and then just do a

range.
Can someone remind me of that formula?

Thanks so much,
Michelle






  #5   Report Post  
Michelle K
 
Posts: n/a
Default

Perfect!

Thanks Bernie!

Michelle

"Bernie Deitrick" wrote:

Michelle,

The reason I asked is that you can often build an INDIRECT formula to pull
your data together into a table for further processing.

The only sheet you should nedd to rename would be "survey" Rename it to
"survey (1)" to keep your naming style consistent.

Then insert a new sheet, and in cell A1 of that sheet, enter the formula

=INDIRECT("'survey (" & ROW() & ")'!H1")

and copy down for 100 rows (or the same number of rows as your highest
number survey (xxx) sheet)

Then you can use formulas on that list, like

=COUNTIF(A1:A100,1)

to count the 1's etc.

HTH,
Bernie
MS Excel MVP


"Michelle K" wrote in message
...
they all have the same name: survey , survey (2), survey (3)...

should i rename them?

after that what's next?

"Bernie Deitrick" wrote:

Michelle,

The formula that you are thinking of is

=SUM(Start:End!H1)

but you can't modify it to count the way that you want.

What is your worksheet naming convention?

HTH,
Bernie
MS Excel MVP


"Michelle K" wrote in message
...
Hi,

I have a workbook that contains 100 identical worksheets. I need to

count
how many 1's are in say H1, how many 2's, etc.

Can anyone please help me with this? I read somewhere in the

discussions
about having "dummy" sheets named Start and End and then just do a

range.
Can someone remind me of that formula?

Thanks so much,
Michelle








  #6   Report Post  
Bernie Deitrick
 
Posts: n/a
Default

Michelle,

You're quite welcome.

Bernie
MS Excel MVP

Perfect!

Thanks Bernie!

Michelle



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
Paste data repeatedly from different worksheets to a template Mike Krauss Excel Worksheet Functions 0 May 19th 05 07:50 PM
Want to plot a graph using data from 2 different worksheets in sam cteq Charts and Charting in Excel 5 February 7th 05 10:55 PM
Comparing data in two similar worksheets HiRllr21 Excel Discussion (Misc queries) 0 February 2nd 05 05:01 PM
data entry on multiple worksheets diosdias Excel Discussion (Misc queries) 1 December 7th 04 05:33 PM
Named dynamic ranges, copied worksheets and graph source data WP Charts and Charting in Excel 1 November 28th 04 05:19 PM


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