Using index match within sumproduct

NathanA

New Member
Joined
Jan 18, 2017
Messages
34
I have an extra helper column based on the first formula listed below, however, I would like to incorporate said index match formula within the larger sumproduct formula, and remove the helper column. The use of this index match formula is necessary since the sumproduct formula relies on two dates matching to produce a value. I would like to replace the bold part of the sumproduct formula below with this index match array formula:

Rich (BB code):
 =INDEX(Table3[Training Start Date],MATCH(1,(AC3=Table3[Full Name (Trainee) (Contact)])*(AG3=Table3[Created On]),0))

Rich (BB code):
 SUMPRODUCT((Table4[Trainee (Result) (Result)]=$B3)*(INT(Table4[Created On (Training Plan) (Training Plan)])=INT($L3))*(INT(Table4[Training Plan Start Date (Training Plan) (Training Plan)])=INT($E3)),(Table4[Credits (Unit Standard) (Unit Standard)]))<10

Any guidance would be much appreciated.
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Why do you feel the need to do away with the helper column? They can often make things simpler and more efficient
 
Upvote 0
Yes, I agree. However, I have many columns in this worksheet and would like to combine these two formulas.
 
Upvote 0
I see no problem with having "many columns", you can hide the 1's you don't want to see
 
Upvote 0

Forum statistics

Threads
1,223,164
Messages
6,170,444
Members
452,326
Latest member
johnshaji

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