I have been trying to create a index match or lookup formula that will display prices baised on a part name and size. I cant seem to figure out the syntax to make a formula that will search the intire price book and produce correct prices. I have attached two versions of the price book one sorted virticly and the other in horisontal tables. Is it posable to make a formula that will display all of the prices for each tool baised on name and size? I can make a vlookup or index match that will work one tool but if i try to set the search aria to more than one tool with sizes I cant get it to come up with the correct list of prices. I need a formula kind of like the one I made to search grapple prices
=IFERROR("$"&INDEX(IF(SUM(COUNTIF($C23,{"*BASKET GRAPPLE &*"}))>0,'Series 150 B.O.S Gr'!$B$3:$B$75,IF(SUM(COUNTIF($C23,{"*SPIRAL GRAPPLE &*"}))>0,'Series 150 B.O.S Gr'!$D$3:$D$75)),MATCH(B23,'Series 150 B.O.S Gr'!$A$3:$A$75,0)),"$"&INDEX(IF(SUM(COUNTIF($C23,{"*PLAIN CONTROL*","*PLAIN BASKET GRAPPLE CONTROL*"}))>0,'Series 150 B.O.S Gr'!$I$3:$I$75,IF(SUM(COUNTIF($C23,{"*SPIRAL CONTROL*"}))>0,'Series 150 B.O.S Gr'!$H$3:$H$75)),MATCH(B23,'Series 150 B.O.S Gr'!$A$3:$A$75,0)))
The grapple price chart only has one criteria to search and no duplicate sizes.
Can someone show me how to create a lookup formula that will display the entire row or colum of priced for a tool baised on tool name and size? most of the tools are priced per O.D. inch so the search name will be either the excact name of the tool or part of the name with wild cards but the size will be randum.
I am using excel 2013.
Thanks in advance for any attempts at helping me with this formula
Bookmarks