Re: How do I consoldiate a List of numbers to show each number onc
- From: Gord Dibben <gorddibbATshawDOTca>
- Date: Fri, 14 Jul 2006 10:04:51 -0700
Thanks Wiley.
Many ways to disrobe the feline.
Gord
On Fri, 14 Jul 2006 05:58:02 -0700, Wiley <Wiley@xxxxxxxxxxxxxxxxxxxxxxxxx>
wrote:
Gord,
I agree. I like your solution better. I forgot about that feature.
"Gord Dibben" wrote:
The real easiest way is to use Data>Filter>Advanced Filter.
Check Unique records only and Copy to another location.
Needs no sorting, helper column, formula copying or deletion of columns.
Gord Dibben MS Excel MVP
On Thu, 13 Jul 2006 12:52:02 -0700, Wiley <Wiley@xxxxxxxxxxxxxxxxxxxxxxxxx>
wrote:
The easiest way is to highlight all the data columns, Sort by your number
list, and delete the duplicates. Or Autofilter for each value, right click
and delete the duplicates. If this is too large of a list to do manually,
you can create a fiormula in a new column:
1. After sorting, in the 2nd row that contains data in the new column,
create the follwoing formula:
=IF(A2=A3,"Y","N")
2. You iwll have to change "A" to the column letter containing your list.
The numbers in this formula assumes that Row1 is the header, and Row 2 starts
the data. Once entered, drag down to fill the formula in on the remaining
rows.
3. Autofilter the sheet by the "new column" you created for "Y".
Highlight all the "Y" rows, right click and delete.
4. Remove the filter and delete the formula column.
HTH
"PPete" wrote:
I have a list of numbers in a column that can repeat. I want to delete all
rows if that number is repeated.
.
- References:
- Re: How do I consoldiate a List of numbers to show each number once ?
- From: Gord Dibben
- Re: How do I consoldiate a List of numbers to show each number once ?
- Prev by Date: Re: Convert numbers to text
- Next by Date: Re: sumif range to end of data
- Previous by thread: Re: How do I consoldiate a List of numbers to show each number once ?
- Next by thread: Re: Replacing an ERROR message with "NA"
- Index(es):
Relevant Pages
|