Good Morning all,
I have the following formula that lists out every entry once within the list from B2:B1000 even if it is duplicated
=IFERROR(INDEX($B$2:$B$1000, MATCH(0, INDEX(COUNTIF($DY$1:DY1,$B$2:$B$1000), 0, 0), 0)), "")
This works ok but shows a 0 as the last entry
B2:B1000 has the...