I need some vba code, that will return a list of unique non consecutive items from a table, when a certain value changes in one of the sheets.
I have been trying with this formula, but I have had no luck.
It would be a lot easier if I used VBA, instead of the formula, but I don't know how to do this.
Any help will be greatly appreciated.
Thanks.
I have been trying with this formula, but I have had no luck.
Code:
[COLOR=#333333][FONT=arial]=INDEX('Price List'!$A$3:$C$57000, SMALL(IF('Price Sheet'!$B$4='Price List'!$A$3:$A$57000, ROW('Price List'!$A$3:$A$57000)-MIN(ROW('Price List'!$A$3:$A$57000))+1, 0), ROW(A1)),COLUMN(A1))[/FONT][/COLOR]
Any help will be greatly appreciated.
Thanks.