Good afternoon.
I have a formula which works correctly upon confirming with control+shift+enter, except that I need it to only list the unique values.
As it stands now, it will list all data in the range such as:
a
a
a
b
b
c
c
c
c
and I need it to list only unique occurrances of the data such as:
a
b
c
=IF(ISERROR(INDEX('Master store info'!$A$1:$AC$3000,SMALL(IF('Master store info'!$B$1:$B$3000=$F$5,ROW('Master store info'!$B$1:$B$3000)),ROW(1:1)),3)),"",INDEX('Master store info'!$A$1:$AC$3000,SMALL(IF('Master store info'!$B$1:$B$3000=$F$5,ROW('Master store info'!$B$1:$B$3000)),ROW(1:1)),3))
Thank you!
Robert
I have a formula which works correctly upon confirming with control+shift+enter, except that I need it to only list the unique values.
As it stands now, it will list all data in the range such as:
a
a
a
b
b
c
c
c
c
and I need it to list only unique occurrances of the data such as:
a
b
c
=IF(ISERROR(INDEX('Master store info'!$A$1:$AC$3000,SMALL(IF('Master store info'!$B$1:$B$3000=$F$5,ROW('Master store info'!$B$1:$B$3000)),ROW(1:1)),3)),"",INDEX('Master store info'!$A$1:$AC$3000,SMALL(IF('Master store info'!$B$1:$B$3000=$F$5,ROW('Master store info'!$B$1:$B$3000)),ROW(1:1)),3))
Thank you!
Robert