reighzaigne
New Member
- Joined
- Oct 19, 2015
- Messages
- 28
Hi all,
I am working on a database of suppliers which basically looks like this:
[TABLE="class: grid, width: 418"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Client[/TD]
[TD]HMUA[/TD]
[TD]Gown[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]A[/TD]
[TD]W[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]A[/TD]
[TD]R[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]D[/TD]
[TD]S[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]C[/TD]
[TD]Q[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]B[/TD]
[TD]W[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]-[/TD]
[TD]-[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]D[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]C[/TD]
[TD]Q[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]-[/TD]
[TD]-[/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]D[/TD]
[TD]S[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD][/TD]
[TD]W[/TD]
[/TR]
[TR]
[TD]13[/TD]
[TD]A[/TD]
[TD]R[/TD]
[/TR]
[TR]
[TD]14[/TD]
[TD]D[/TD]
[TD]R[/TD]
[/TR]
[TR]
[TD]15[/TD]
[TD]B[/TD]
[TD]W[/TD]
[/TR]
</tbody>[/TABLE]
So basically, in another sheet, I wanted to get the unique names from "HMUA" and then "Gowns" on separate columns. The original file will have "-" characters and a lot of blank cells.
I would also want to exclude the "-" from the unique list if possible.
If it's also possible to have a formula that extracts the list alphabetically? but it's not required.
Please share formulas only as I don't know how to do VBA.
I am working on a database of suppliers which basically looks like this:
[TABLE="class: grid, width: 418"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Client[/TD]
[TD]HMUA[/TD]
[TD]Gown[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]A[/TD]
[TD]W[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]A[/TD]
[TD]R[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]D[/TD]
[TD]S[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]C[/TD]
[TD]Q[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]B[/TD]
[TD]W[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]-[/TD]
[TD]-[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]D[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]C[/TD]
[TD]Q[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]-[/TD]
[TD]-[/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]D[/TD]
[TD]S[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD][/TD]
[TD]W[/TD]
[/TR]
[TR]
[TD]13[/TD]
[TD]A[/TD]
[TD]R[/TD]
[/TR]
[TR]
[TD]14[/TD]
[TD]D[/TD]
[TD]R[/TD]
[/TR]
[TR]
[TD]15[/TD]
[TD]B[/TD]
[TD]W[/TD]
[/TR]
</tbody>[/TABLE]
So basically, in another sheet, I wanted to get the unique names from "HMUA" and then "Gowns" on separate columns. The original file will have "-" characters and a lot of blank cells.
I would also want to exclude the "-" from the unique list if possible.
If it's also possible to have a formula that extracts the list alphabetically? but it's not required.
Please share formulas only as I don't know how to do VBA.