Jmoz092
Board Regular
- Joined
- Sep 8, 2017
- Messages
- 184
- Office Version
- 365
- 2011
- Platform
- Windows
- MacOS
Hi, I'm having difficulty getting a formula to work that I found here. I want to list all unique entries from a multi-column array on one worksheet to a different worksheet, as a single column of data.
VBA or formula solutions are ok.
This is the worksheet formula that I'm trying to get working:
I have 3 more lists that I need to tack onto this equation, but I can't figure out how to do it. The lists are: List4, List5, and List6. Also, How can I tweak it to where it does not show blanks from the Lists?
I don't mind using a VBA solution for this as I could then assign it to a button on each worksheet that this needs to happen on.
Thanks for the help.
VBA or formula solutions are ok.
This is the worksheet formula that I'm trying to get working:
Code:
[COLOR=#000000][FONT="]{=IFERROR(IFERROR[COLOR=#006107]([/COLOR]IFERROR[COLOR=#ab30d6]([/COLOR]INDEX[COLOR=#a54a29]([/COLOR]List1, MATCH[COLOR=#33af4a]([/COLOR]0, COUNTIF[COLOR=#ff9c1b]([/COLOR][COLOR=#0057d6]$A$13:A13[/COLOR], List1[COLOR=#ff9c1b])[/COLOR], 0[COLOR=#33af4a])[/COLOR][COLOR=#a54a29])[/COLOR], INDEX[COLOR=#a54a29]([/COLOR]List2, MATCH[COLOR=#33af4a]([/COLOR]0, COUNTIF[COLOR=#ff9c1b]([/COLOR][COLOR=#0057d6]$A$13:A13[/COLOR], List2[COLOR=#ff9c1b])[/COLOR], 0[COLOR=#33af4a])[/COLOR][COLOR=#a54a29])[/COLOR][COLOR=#ab30d6])[/COLOR], INDEX[COLOR=#ab30d6]([/COLOR]List3, MATCH[COLOR=#a54a29]([/COLOR]0, COUNTIF[COLOR=#33af4a]([/COLOR][COLOR=#0057d6]$A$13:A13[/COLOR], List3[COLOR=#33af4a])[/COLOR], 0[COLOR=#a54a29])[/COLOR][COLOR=#ab30d6])[/COLOR][COLOR=#006107])[/COLOR], "")}[/FONT][/COLOR]
I have 3 more lists that I need to tack onto this equation, but I can't figure out how to do it. The lists are: List4, List5, and List6. Also, How can I tweak it to where it does not show blanks from the Lists?
I don't mind using a VBA solution for this as I could then assign it to a button on each worksheet that this needs to happen on.
Thanks for the help.