Sum multiple columns with Sumif Index Match

erniepoe

Active Member
Joined
Oct 23, 2006
Messages
375
Office Version
  1. 365
Platform
  1. Windows
Hi All,

I am trying to sum all columns and rows when the dates in row 4 contain the year in cell c22, as well as when column AO matches the criteria in A23. When I replace the "*"&C22&"*" with just "2024" I get the sum of the first column (January), but not the full year.

Any idea how I can rejigger the formula to find the full year? This would be referencing another workbook, so if the values error out when that workbook is closed wouldnt be the end of the world, but if the formula can solve that problem as well, would be most appreciated.


=SUM(SUMIFS(INDEX('[File.xlsx]Current Rent Projections'!$D:$AM,0,MATCH("*"&C22&"*",'[File.xlsx]Current Rent Projections'!$D$4:$AM$4,0)),'[File.xlsx]Current Rent Projections'!$AO:$AO,A23))
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Can you include a picture or table of what the data looks like to make it easier for someone to know the achievements you want further?
 
Upvote 0

Forum statistics

Threads
1,215,072
Messages
6,122,966
Members
449,094
Latest member
Anshu121

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