I need a formula to find a value from the table where 3 criteria's (that can be changed) are to be used to search that value.
Book2.xlsx
I need a formula to find a value from the table where 3 criteria's (that can be changed) are to be used to search that value.
Book2.xlsx
Last edited by mator; 12-24-2014 at 05:45 AM.
In the duplicate post, you were asked to post a spreadsheet. A PNG is STILL not a spreadsheet.
Glenn
None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU
Sorry for attaching PNG instead of a spreadsheet. The post has been edited to attach the spreadsheet.
Thanks
Unmerge all of the merged cells; repeat A and B for every record; and repeat also the cost values for the appropriate records.
When done...
J8, control+shift+enter, not just enter, and copy across:
=INDEX($D$3:$G$18,MATCH(1,IF($B$3:$B$18=J$5,IF($C$3:$C$18=J$6,1)),0),MATCH(J$7,$D$2:$G$2,1))
J8=SUMPRODUCT((LOOKUP(ROW($A$3:$A$18),ROW($A$3:$A$18)/($A$3:$A$18<>""),$A$3:$A$18)=J$4)*(LOOKUP(ROW($B$3:$B$18),ROW($B$3:$B$18)/($B$3:$B$18<>""),$B$3:$B$18)=J$5)*($C$3:$C$18=J$6)*($D$2:$G$2=J$7)*($D$3:$G$18))
Copy towards Right
See the attached file
Change A3 as A's and A7 as B's
Samba
Say thanks to those who have helped you by clicking Add Reputation star.
Thanks Aladin and nflsales
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks