A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
It returns the array as a single column. It already is a single column but it has an argument ignore that I used to ignore blanks (value 1):
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
hi everybody
I have a list of customers in column B which contains repetitions. I need a unique list of their names. I have used the UNIQUE function which works however, because I have selected the whole of column B, it gives me the list but then a 0 at the end because there are empty cells in the range. What can I do to the formula so the 0 isn't returned?
I can't just select the exact range with their names in because if any new names are entered into column B, these need to be picked up too.
TIA, Louise
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Answer accepted by question author
=TOCOL(UNIQUE(B:B),1)
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
Hi,
Convert the entire data (starting from the header row) into a Table. Use the UNIQUE() function to get the distinct list. Now when you add further rows of data to the table, the range in your UNIQUE() function will auto update.