Forum Discussion
Dennis Depoorter
Jan 28, 2019Copper Contributor
Vlookup - highest value
High all,
I have a table with 3 columns:
A text based column with a unique code, a product name column and a column with amounts.
The thing is that I have to search into this table on product name, select the row with the highest unique code. Then the formula has to return the amount of products of that specific row.
Attached you can find the excel with the 3 columns.
Example:
So we do a "vlookup" for product F.
There are 3 rows with PRODUCT F: 61.281, 61.281-1 and 61.281-2
The formula should return 33.846 because this is in row 61.281-2 which has clearly the highest value.
Thanks,
Dennis
Hi Dennis,
Please try this formula:
=INDEX($C$1:$C$24,MATCH(MAX(IF(F6=$B$1:$B$24,SUBSTITUTE($A$1:$A$24,"-","")+0)),SUBSTITUTE($A$1:$A$24,"-","")+0,0))
Please note that you have to press Ctrl+Shift+Enter each time you enter this formula, and after you open it in the edit mode.
Hope that helps
Regards
4 Replies
Sort By
- Haytham AmairahSilver Contributor
Hi Dennis,
Please try this formula:
=INDEX($C$1:$C$24,MATCH(MAX(IF(F6=$B$1:$B$24,SUBSTITUTE($A$1:$A$24,"-","")+0)),SUBSTITUTE($A$1:$A$24,"-","")+0,0))
Please note that you have to press Ctrl+Shift+Enter each time you enter this formula, and after you open it in the edit mode.
Hope that helps
Regards
- Dennis DepoorterCopper ContributorThanks Haytham,... this works like a charm!!!
- datphamictCopper Contributor
Dennis Depoorter i can hlep you hàm vlookup trong excel