LOOKUP ???? Not Sure...

Nuyorican

Board Regular
Joined
Jun 17, 2003
Messages
206
Good Evening,

I have 6 worksheets, for arguments sake...sheets A thru F. Each sheet has 4 columns, NAME, SSN, GROSS EARNINGS, and PAYOUT. 99.9% of the names appear in every sheet. I would like to show (on a separate sheet), the TOTAL gross earnings and payout for each person. Help, please. Thank you.

Benny Torres
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Benny

I think what you are asking for is simply to total accross the four sheets?

If so, the easiest way is to :
1. begin your formula on your compilation sheet, [I'll presume Sheet F] in the cell you
want with the =,
2. Click on sheet A, then on the cell you want to sum,
3. type a +
4. Click on Sheet B and click on the cell you want to add
5. Repeat 2 - 4 for sheets C, D & E
6. Then hit your enter key.

This will add the values accross the different spreadsheets.

HTH.

John
 
Upvote 0
Hello,

Enter your 6 sheet names in the new sheet, say A2:A7, and enter the personnel names in the B2 to dwon, then try this formula.

=SUMPRODUCT(SUMIF(INDIRECT("'"&$A$2:$A$7&"'!A:A"),B2,INDIRECT("'"&$A$2:$A$7&"'!C:C")))

Where A:A contains 'Names' & C:C contains 'GROSS EARNINGS'

Change the ranges accordingly.

Also Pivot Tabele is better.
 
Upvote 0
Or.... you can utilize Pivot table to do it for you by selecting multiple consolidation ranges function of it. It is lot faster , more accurate (you point and select the range you want) and added bonus is you can have sum of gross, sum of pay out, count of names (check for completeness)

Just a suggestion:) , give it a shot,
 
Upvote 0
I had to leave prematurely yesterday. I just wanted to thank everyone. The suggestion of the "Pivot Table", was the answer. Thanks again.

Benny
 
Upvote 0

Forum statistics

Threads
1,224,543
Messages
6,179,429
Members
452,914
Latest member
echoix

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