List out alpha numeric numbers from list

ExcelRoy

Well-known Member
Joined
Oct 2, 2006
Messages
2,540
Office Version
  1. 365
Platform
  1. Windows
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 alpha numeric value
DY1 is the cell above the list of entries

Any idea why the 0 is listed and not a blanks it should be?

Many thanks
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Try

=IFERROR(INDEX($B$2:$B$1000,MATCH(0,INDEX((B$2:B$1000="")+COUNTIF($DY$1:DY1,$B$2:$B$1000),0,0),0)),"")

M.
 
Upvote 0

Forum statistics

Threads
1,215,419
Messages
6,124,798
Members
449,189
Latest member
kristinh

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top