Condense Information from 3 Different Sheets to a Summary Sheet in the Same Workbook

jk426

New Member
Joined
Jun 1, 2015
Messages
1
I am setting up a workbook in Excel 2010 where information will be put into three different worksheets by different people. Each sheet is set up to populate a cell two columns over with a unique three character identifier (over 22000 different possibilities between the three sheets) if the cell in column A has information in it.

I am trying to condense the information from those three sheets into one summary sheet. Since each sheet has over 7000 possible rows, I would like to pull out any blank cells from the original sheets when it is being copied over to the summary sheet. So far I have the following formula:

=IFERROR(INDEX('Crew 1 Plan '!A8:A7349,SMALL(IF(ISBLANK('Crew 1 Plan '!A8:A7348),"",ROW('Crew 1 Plan '!A8:A7348)-MIN(ROW('Crew 1 Plan '!A8:A7348))+1),ROW(A1:A22032))),"")

This works to bring the information over how I want it from the first sheet (Crew 1 Plan), but I haven’t been able to work out the nested formula to bring in the information from the other two sheets (i.e. Crew 2 Plan and Crew 3 Plan).

Thank you in advance for any help.


Here is a link to the workbook on OneDrive:

https://onedrive.live.com/redir?resid=91FF733170F37244!544&authkey=!ANWGyOAsjlv7Fak&ithint=file%2cxlsx
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"

Forum statistics

Threads
1,214,588
Messages
6,120,412
Members
448,960
Latest member
AKSMITH

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top