SumIFs with an Index Match

mcrich09

New Member
Joined
Jan 8, 2021
Messages
3
Office Version
  1. 365
Platform
  1. Windows
Good day, I've searched and have found a handful of post, but every time I try to go with what is suggested I get an error or the new SPILL. I have sheet one which is the input data and I'm trying to show on sheet two the % of work each person has for that week to load a visual. I've used SUMIF and get the wrong number and SUMIFS returns errors. Can you please help me in the right direction on what I'm doing wrong?

=SUMIF(Sheet1!$D$2:$D300,">"&$C$1,INDEX(Sheet1!A$1:AZ3000,MATCH($A2,Sheet1!A$1:AY$1,0),0))

=SUMIFS(INDEX(Sheet1!A1:AZ3000,MATCH(A2,Sheet1!A1:AY1,0),0),Sheet1!D$2:D300,">"&D1,Sheet1!F2:F300,"="&"WORKING")

I couldn't figure out how to upload the Excel file...

Thanks!
1610115630887.png

1610115662088.png
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
you can upload the files at dropbox and share the link here!

Some of Start Date and Finished Date have no entry in your Data . Which Date is represented for that row?
For 1/4/2021 JV what is your actual expected Answer?
 
Upvote 0
Hi ALZ, I didn't see a link, but I'm expecting to get 64.5%. Thanks!
 
Upvote 0
I want to look your excel file for better understanding .You can upload at this website => www.dropbox.com , GoogleDrive or OneDrive & insert Link here
 
Upvote 0
@alz we prefer members to use the XL2BB add-in rather than posting files on a share site.

@mcrich09
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
Fluff - I'm unable to load the APP. IS it possible to use the share drive or is it stritcly frowned on? Thanks
 
Upvote 0
You can use share sites as long as you post the link to the thread, we just prefer members to use the add-in where possible.

Looking at you two formulae the index is returning 3000 rows, but the other ranges are only 300. They need to be the same size.
 
Upvote 0

Forum statistics

Threads
1,214,643
Messages
6,120,702
Members
448,980
Latest member
CarlosWin

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