Nested Sumif and Index Functions in Excel

sanits591

Active Member
Joined
May 30, 2010
Messages
253
Hi

I am trying to make certain calculations using the available data, which is as:

Available Data

Sheet 1
a3:L12 = Data with numeric values - months from Jan, Feb,... Dec
n3:y12 = Name of Team members to be punched as desired, Jan, Feb, ... Dec, names from the list of Sheet 2 in the range a3:a12

Sheet 2
a3:a12 = Name of Team Members

Required using Excel functions

Sheet 2
b3:b12 = Sum of Values against each name of a3:a12 range from a3:L12 from sheet 1, with the same row falling in the range sheet 1 range n3:y12 (having desired names from list) picking and sum up the data from the corresponding range from sheet 1 range a3:L12.

I am unable to get it, how this nested function will work with this range, request to help in calculating with excel formula.

Thanks
 
Last edited:

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Thanks for assistance, i got it resolved using:

b3=SUMIF(Sheet1!$N$3:$Y$12,$A3,INDEX(Sheet1!$A$3:$L$12,0,B$1)) and drag it down till b12.

Thanks for having a look at it.
 
Upvote 0

Forum statistics

Threads
1,215,378
Messages
6,124,603
Members
449,174
Latest member
ExcelfromGermany

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