I currently have
=Sort(unique(vstack(B4:B10, D4:d10, f4:f10)))
Which creates a list of all values in those ranges
What I want is a list of just values that appear more than once e.g. in column b
Red
Green
Red
Column d
Yellow
Orange
Purple
Green
Column f
Purple
Blue
So the ones that appear 2 or more times should be red green and purple
Thanks
=Sort(unique(vstack(B4:B10, D4:d10, f4:f10)))
Which creates a list of all values in those ranges
What I want is a list of just values that appear more than once e.g. in column b
Red
Green
Red
Column d
Yellow
Orange
Purple
Green
Column f
Purple
Blue
So the ones that appear 2 or more times should be red green and purple
Thanks