![]() |
|
|
|
#1
|
|||
|
|||
|
Guys,
I have a column of elements (colours) and i need a formula that can bring back those elements without repetition. For example if i have blue blue yellow i need it bring back blue yellow Colours come from a dropdown list hope you can help. Thanks |
|
#2
|
||||
|
||||
|
Assuming you enter the formula starting in say, K7, try:
=IFERROR(INDEX($E$8:$E$28,MATCH(1, IF($E$8:$E$28<>"(Must Choose)",IF($E$8:$E$28<>"",IF(ISNA(MATCH($E$8:$E$2 8,K$6:K6,0)),1))),0)),"") change the range K$6:K6 to match cell above where you enter formula. Then confirm the formula with CTRL+SHIFT+ENTER to make it an Array formula, then copy it down. |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Searching for any instances of immediate word repetition (eg "the the")
|
bertietheblue | Word | 6 | 02-05-2018 06:30 PM |
| Repetition of connection data across multiple database fields | NickLocke | Word | 1 | 10-31-2016 01:51 AM |
| Drop down Menu and Content Repetition | legal86 | Word VBA | 1 | 11-17-2015 09:55 PM |
| prevent repetition in form | johnbest | Word VBA | 2 | 03-31-2015 11:42 PM |
| Sorting elements in a row | Riccardo | Excel | 2 | 12-14-2010 10:08 AM |