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.
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.