Formula Help: INDEX vs SUMIFS vs VLOOKUP

excel?

Board Regular
Joined
Sep 14, 2004
Messages
143
Office Version
  1. 365
Platform
  1. Windows
Need your help with a formula that will provide me the total based on certain criteria out of a large database of data.

Data looks like this (sorry unable to paste a snapshot so rough details below):

Year Month Week Day 101 102 103 104 105 106 Etc...
2022 1 1 Mon 21 18 12 35 0 18
2022 1 1 Tues 5 20 17 28 2 0
2022 1 1 Wed 13 11 14 31 7 9
etc... Thu - Sun
2022 1 2 Mon 16 19 21 22 18 12
2022 1 2 Tues 19 15 28 30 13 20
2022 1 2 Wed 17 17 23 14 16 18
etc... Thu - Sun
etc... Jan - Dec / Weeks 1-52


I am needing a formula that will SUM all the amounts for each Column (101, 102, 103, etc,) by Week (1, 2, 3, etc.). Example with the data provided: Week 2 for 101 = 52 (16 + 19 + 17)

I can't get SUMIFS to work with horizontal and vertical criteria. I'm not sure how to combine VLOOKUP with HLOOKUP to give me the amounts and I am unfamiliar with INDEX to create a formula that would achieve the results I need.

Would really appreciate your expertise for a formula that would look at my data and give me the the Total by Week for each Column.

Thank you.
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Can you post some sample data. Along with where & how you want the result to look

MrExcel has a tool called “XL2BB” that lets you post samples of your data that will allow us to copy/paste it to our Excel spreadsheets, so we can work with the same copy of data that you are. Instructions on using this tool can be found here: XL2BB Add-in

Note that there is also a "Test Here” forum on this board. This is a place where you can test using this tool (or any other posting techniques that you want to test) before trying to use those tools in your actual posts.
 
Upvote 0
Hi,

May be something like this:

Book3.xlsx
ABCDEFGHIJKLMNOPQR
1YearMonthWeekDay101102103104105106Week101102103104105106
2202211Mon21181235018139494394927
3202211Tues5201728202525172664750
4202211Wed1311143179
5202212Mon161921221812
6202212Tues191528301320
7202212Wed171723141618
Sheet1070
Cell Formulas
RangeFormula
M2:R3M2=SUMPRODUCT(($C$2:$C$10=$L2)*($E$1:$J$1=M$1)*$E$2:$J$10)
 
Upvote 0
Solution
Perfect - the =SUMPRODUCT(($C$2:$C$10=$L2)*($E$1:$J$1=M$1)*$E$2:$J$10) Formula is EXACTLY what I was needing. Thank you so very much!!!!
 
Upvote 0
You're welcome, thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,228
Messages
6,123,747
Members
449,118
Latest member
kingjet

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