match 3 input values and return the results from the table.
I would like the user to input 3 values and return the result from the array. I have tried using index/match but I can't get it to work.
match 3 input values and return the results from the table.
I would like the user to input 3 values and return the result from the array. I have tried using index/match but I can't get it to work.
Try
=SUMIFS($D:$D,$A:$A,$B$1,B:B,$B2,$C:$C,$B$3)
in cell B4:
=SUMPRODUCT((B1=$A$9:$A$56)*(B2=$B$9:$B$56)*(B3=$C$9:$C$56)*($D$9:$D$56))
but I like JohnT's better. I haven't used SUMIFS before.
Try this
Formula:
Please Login or Register to view this content.
If you like my answer please click on * Add Reputation
Don't forget to mark threads as "Solved" if your problem has been resolved
"Nothing is so firmly believed as what we least know."
--Michel de Montaigne
Would you like to say thanks? Please click the: "Add Reputation" button, on the grey bar below the post.
Perfect! Thank you.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks