#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 740
Default data collection

Hi again,

thanks in advance..

In Sheet1 (A2 ~ A1000) i have a master list of names.
In 6 other sheets (with varying sheet name) i have a list of concatenated
text containing names along Col. A.

I have a formula to extract just the names on the 6 other sheets (Col A)
Along Col B of other sheets i have a formula, e.g. B2 =LEFT($A2,LEN($A2)-15)

Now i need to compile all the extracted results (from 6 other sheets at Col
B) and
paste them in Col B of Sheet 1.

Then I will perform a sort operation and compare them with data @ Col A..

This is part of a checking procedure i need to perform to compare the
masterlist on sheet1 and the other as listed on 6 other sheets.

Maybe this can be done in excel in the master list of sheet1..
--
regards
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 61
Default data collection

Hi,

There may be a more elegant approach to accomplish what you want, but I came
up with the following method. I am sorry if I havent understood the problem
correctly.

DO THE FOLLOWING IN EACH OF THE SIX SHEETS (OTHER THAN THE MASTER LIST SHEET):
In some cell, say C2, enter the following formula to generate the number of
entries in the respective sheet.
=COUNTA(B:B)

DO THE FOLLOWING IN THE MASTER LIST SHEET:
You need a 6 column x 3 row blank area for this.

In an empty area of 6 adjacent cells (say J1, K1, €¦O1) enter the names of
the 6 sheets you want to compile the data from followed by the exclamation
sign. (e.g., Sheet2!, Sheet3!, €¦.)

In J2, enter the following formula, and drag it across till O2 (This will
copy the total number of entries in each sheet)
=INDIRECT(J1&"$C2")

In J3, enter the following formula, and drag it across O3 (this will
generate the cumulative total number of entries in the sheets)
=SUM($J$2:J2)

Now enter the following formula in B2 of the Master List Sheet, and drag to
fill down the column appropriately.
=IF(ROW(A2)-1<=$J$3,INDIRECT($J$1&"b"&ROW()),IF(ROW(A2)-1<=$K$3,INDIRECT($K$1&"b"&ROW()-$J$3),IF(ROW(A2)-1<=$L$3,INDIRECT($L$1&"b"&ROW()-$K$3),IF(ROW(A2)-1<=$M$3,INDIRECT($M$1&"b"&ROW()-$L$3),IF(ROW(A2)-1<=$N$3,INDIRECT($N$1&"b"&ROW()-$M$3), IF(ROW(A2)-1<=$O$3,INDIRECT($O$1&"b"&ROW()-$N$3),""))))))

The last formula will fill the Column B data from the six sheet in Column B
of the Master List Sheet. Since you cannot do a sort operation on this
column, do a €śCopy€ť on Column B followed by €śPaste Special€ť -- €śValues€ť on
another column, say Column C. Column C data can be sorted.
(Or, you could enter the above mega-formula in Column C and do the
copy,paste special,values in Column B, so that the sortable column will be by
the side of Column A for easy comparison.

Note: If names are duplicated within/among the 6 sheets, those names will
be duplicated in the newly generated Columns B and C of the Master List Sheet
as well.

Hope this works.

Regards,
B. R. Ramachandran


"driller" wrote:

Hi again,

thanks in advance..

In Sheet1 (A2 ~ A1000) i have a master list of names.
In 6 other sheets (with varying sheet name) i have a list of concatenated
text containing names along Col. A.

I have a formula to extract just the names on the 6 other sheets (Col A)
Along Col B of other sheets i have a formula, e.g. B2 =LEFT($A2,LEN($A2)-15)

Now i need to compile all the extracted results (from 6 other sheets at Col
B) and
paste them in Col B of Sheet 1.

Then I will perform a sort operation and compare them with data @ Col A..

This is part of a checking procedure i need to perform to compare the
masterlist on sheet1 and the other as listed on 6 other sheets.

Maybe this can be done in excel in the master list of sheet1..
--
regards

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
Best way to set up a data collection system Johanna Gronlund Setting up and Configuration of Excel 0 September 14th 09 01:33 PM
Daily Timesheet data collection grimzby New Users to Excel 1 January 5th 09 03:12 AM
Excel data collection Bill Needham Excel Discussion (Misc queries) 2 January 11th 08 06:02 PM
help with data collection! brandon roland[_2_] New Users to Excel 1 August 8th 07 10:09 PM
Data collection in 3 or more dimensions Lee Hunter Excel Discussion (Misc queries) 0 November 21st 05 08:11 PM


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