Hello!
Need help with this formula, what i'm trying to achieve is to avoid duplicate items if the qty is the same.
Hello!
Need help with this formula, what i'm trying to achieve is to avoid duplicate items if the qty is the same.
hi werko. does the position of the ties matter? if not, try this array formula:
Formula:
=INDEX(Sheet2!$A$1:$A$5,MATCH(LARGE(Sheet2!$E$1:$E$5+ROW(Sheet2!$E$1:$E$5)/10000,ROWS(A$1:A1)),Sheet2!$E$1:$E$5+ROW(Sheet2!$E$1:$E$5)/10000,0))
if it does, then:
Formula:
=INDEX(Sheet2!$A$1:$A$5,MATCH(LARGE(Sheet2!$E$1:$E$5+(ROW($A$6)-ROW(Sheet2!$E$1:$E$5))/10000,ROWS(A$1:A1)),Sheet2!$E$1:$E$5+(ROW($A$6)-ROW(Sheet2!$E$1:$E$5))/10000,0))
Thanks, if you have clicked on the * and added our rep.
If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".
"Contentment is not the fulfillment of what you want, but the realization of what you already have."
Tips & Tutorials I Compiled | How to Get Quick & Good Answers
benishiryo
Your formulas woks either
Thanks!!!
Thanks, benishiryo
I found this formula and it seems to work.
But i'll try yours too.![]()
=INDEX(Sheet2!$A$1:$A$5,MATCH(LARGE(Sheet2!$E$1:$E$5-ROW(Sheet2!$E$1:$E$5)/10^5,1),Sheet2!$E$1:$E$5-ROW(Sheet2!$E$1:$E$5)/10^5,0)) ends with: Ctrl+Shift+Enter
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks