to find the values

我只是一个虾纸丫 提交于 2020-07-23 06:33:33

问题


I need to find out Which supplier gives the lowest price When we have more suppliers giving the same product (Barcode). I have so many suppliers and they supply the same product. in that case i need to find out who give me the lowest price without manual lookup. Mr. @Kirkg13 gave me a solution to find out the lowest price among the latest price. Now i want to display Who gives the lowest price When we enter a barcode which is common in all suppliers.


回答1:


try:

=ARRAYFORMULA(IFNA(VLOOKUP(J2:J&K2:K, 
 SORT(SPLIT({A2:A&B2:B&"♦"&A1; C2:C&D2:D&"♦"&C1}, "♦"), 2, 1), 2, 0)))



来源:https://stackoverflow.com/questions/62722347/to-find-the-values

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!