Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a list of items in a column of a spreadsheet. I want to get a new
list of items that contains every entry from the first but removes duplicate entries. If necessary I can presort the first list to get all duplicate entries adjacent to each other. I would like to do this with worksheet functions. I could put the function at the top of a column then drag the function down until I have empty cells meaning I have all entries from the original without duplication. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Check out http://tinyurl.com/2y7u4r
HTH, JP On Feb 28, 7:49*pm, "Bill Brehm" <<don't want spam wrote: I have a list of items in a column of a spreadsheet. I want to get a new list of items that contains every entry from the first but removes duplicate entries. If necessary I can presort the first list to get all duplicate entries adjacent to each other. I would like to do this with worksheet functions. I could put the function at the top of a column then drag the function down until I have empty cells meaning I have all entries from the original without duplication. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
DataFilterAdvanced Filter.
Check "Unique records" and "Copy to another location" Gord Dibben MS Excel MVP On Fri, 29 Feb 2008 08:49:05 +0800, "Bill Brehm" <<don't want spam wrote: I have a list of items in a column of a spreadsheet. I want to get a new list of items that contains every entry from the first but removes duplicate entries. If necessary I can presort the first list to get all duplicate entries adjacent to each other. I would like to do this with worksheet functions. I could put the function at the top of a column then drag the function down until I have empty cells meaning I have all entries from the original without duplication. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Bill,
You can use Advanced filter to create a new list of Unique values. In xl2007 you will find it on the Data ribbon under the Sort & Filter block. On earlier versions select menu item Data- Filter - Advanced filter. Just follow the prompts and ensure that you check Copy to another location option and Unique option. -- Regards, OssieMac "Bill Brehm " wrote: I have a list of items in a column of a spreadsheet. I want to get a new list of items that contains every entry from the first but removes duplicate entries. If necessary I can presort the first list to get all duplicate entries adjacent to each other. I would like to do this with worksheet functions. I could put the function at the top of a column then drag the function down until I have empty cells meaning I have all entries from the original without duplication. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks everyone. That's exactly what I needed and I was never aware of that
before. "OssieMac" wrote in message ... Hi Bill, You can use Advanced filter to create a new list of Unique values. In xl2007 you will find it on the Data ribbon under the Sort & Filter block. On earlier versions select menu item Data- Filter - Advanced filter. Just follow the prompts and ensure that you check Copy to another location option and Unique option. -- Regards, OssieMac "Bill Brehm " wrote: I have a list of items in a column of a spreadsheet. I want to get a new list of items that contains every entry from the first but removes duplicate entries. If necessary I can presort the first list to get all duplicate entries adjacent to each other. I would like to do this with worksheet functions. I could put the function at the top of a column then drag the function down until I have empty cells meaning I have all entries from the original without duplication. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Identify & List unique values from a list using functions/formulas | Excel Worksheet Functions | |||
create table of unique values? | Excel Worksheet Functions | |||
Can we Create a column that receives unique values only? | Excel Discussion (Misc queries) | |||
Count unique values and create list based on these values | Excel Worksheet Functions | |||
create list of unique values from a column with repeated values? | Excel Worksheet Functions |