Alternative to SUMPRODUCT?

roanscar

New Member
Joined
Oct 19, 2006
Messages
3
Is there a formula that I could use instead of SUMPRODUCT? Each person will only have one entry for per day.
Book1
ABCDEFG
1DateEmployeeAmount10/110/2
210/2Bob25Bob4525
310/1Joe30Joe309
410/1Bob45Frank535
510/1Katie15Katie1515
610/2Frank35
710/1Frank5
810/2Joe9
910/2Katie15
Sheet1
[/img][/code]
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
In cell F2

=INDEX($a$2:$c$9,MATCH($e2&"@"&f$1,$b$2:$b$9&"@"&$a$4:$a$10,0),3)
Enter with Ctrl Shift and Enter
 
Upvote 0

Forum statistics

Threads
1,214,833
Messages
6,121,868
Members
449,053
Latest member
Mesh

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