Sumifs & Match

EmmaTM

Board Regular
Joined
Jan 5, 2022
Messages
86
Office Version
  1. 365
Platform
  1. Windows
Hi,

I think I might need a sumifs and match option here, please can someone advise?

I want to complete this table, B14 contains a dropdown of dates which I want the blue cells to change depending on whats been selected in B14.

1714728034368.png

Here is the sheet with the data - the dates for B14 are along row 9 and depending on what date selected the total number of hours in rows 86-88 should pull through onto the table above:

1714728247005.png


Thank you
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Try:
Excel Formula:
=SUM(FILTER($H$86:$R$88,$H$9:$R$9=B14))
 
Upvote 1
I don't know how representative your data is. If you only have each placement once in your data sheet you could use a 2D lookup instead of a SumIfs.
Since you asked for SumIfs you could try this.

20240503 SumIfs maybe EmmaTM.xlsx
BC
9PlacementsHrs
10A86
11B87
12C88
13
1414/04/2024
Sheet1
Cell Formulas
RangeFormula
C10:C12C10=SUMIFS(INDEX(Sheet2!$H$86:$R$88,0,MATCH($B$14,Sheet2!$H$9:$R$9,0)),Sheet2!$G$86:$G$88,$B10)
 
Upvote 0

Forum statistics

Threads
1,216,231
Messages
6,129,631
Members
449,522
Latest member
natalia188

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