SUMIFS, INDEX, MATCH not working

sgibbs183

New Member
Joined
Aug 5, 2020
Messages
28
Office Version
  1. 365
  2. 2013
Platform
  1. Windows
HELP PLEASE!

I am trying this formula

=SUMIFS(INDEX('Actuals Data'!$BQ$2:$CB$85,0,MATCH($C$1,'Actuals Data'!$BQ$1:$CB$1,0)),'Actuals Data'!$B:$B,'Current Period - Proj split'!$B$1)

to calculate the sum of period 7 if the project is PCI Compliance but it is returning #Value and I don't know where I am going wrong, please can someone advise.

Formula is cell C3

1670773208575.png




The data is laid out as follows

1670773230853.png
 

Attachments

  • 1670773074123.png
    1670773074123.png
    20.1 KB · Views: 5
  • 1670773134346.png
    1670773134346.png
    10.1 KB · Views: 5

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
The ranges need to be the same size, try
Excel Formula:
=SUMIFS(INDEX('Actuals Data'!$BQ$2:$CB$85,0,MATCH($C$1,'Actuals Data'!$BQ$1:$CB$1,0)),'Actuals Data'!$B$2:$B$85,'Current Period - Proj split'!$B$1)
 
Upvote 0
The ranges need to be the same size, try
Excel Formula:
=SUMIFS(INDEX('Actuals Data'!$BQ$2:$CB$85,0,MATCH($C$1,'Actuals Data'!$BQ$1:$CB$1,0)),'Actuals Data'!$B$2:$B$85,'Current Period - Proj split'!$B$1)
Thank you very much! That works :)
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,976
Messages
6,122,539
Members
449,088
Latest member
RandomExceller01

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