Try Data, Filter, Advanced Filter and click on the unique records only
KC
In what way is it not working? It works for me.
You need to select a single column range which is the same size as "data" and enter the formula by Ctrl+Shift+Enter. Also, it will not work if "data" contains any blank cells.
Celia
That might be the problem Celia, I have blank cells at the end. Because the range will change each day, how do I have this formula take that into account without editing it each day? I could have between 2-800 entries by the end of the month. I went back to edit my range to the exact size and tried the formula. If I copy the formula down, it only returns a single name.
KC
I don't think this formula can be copied or filled down. You have to select all the cells first and then press Ctrl+Shift+Enter.
To avoid having to change your named range, put the following formula in the Refers To box :-
=OFFSET(Sheet1!$A$1,0,0,COUNTA(Sheet1!$A:$A),1)
For this to work, there must be no blank cells in the "data" range.
Celia
Thanks Celia, I'll try that. :)