Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 86
Default How to Remove dup names and if same rate.

I have a spreadsheet called Book1 with 2000 lines.

Where there is a dup in rate , name and month I want to remove the dup
lines from the spreadsheet. Keeping just one line.
If the price is diff but same month, name and rate i want to keep in the
spreadsheet.


Please include ALL necessary info and steps.


Column A Column B Column C
Jan Jane Doe $12
Jan Jane Doe $12
Feb Jane Doe $12
Mar 07 Jane Doe $14



Thanks


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default How to Remove dup names and if same rate.

Maybe...

Insert a new worksheet

Then select your range (A1:C###)
Data|filter|advanced filter
Check Unique records only
(and filter in place)

Then copy the visible cells to the new worksheet.

If that first column is a real date, you may want to add another field:
=text(a2,"yyyymm")
or
=text(a2,"mmm")
to make sure all the days within a month are treated the same.


CYNTHIA wrote:

I have a spreadsheet called Book1 with 2000 lines.

Where there is a dup in rate , name and month I want to remove the dup
lines from the spreadsheet. Keeping just one line.
If the price is diff but same month, name and rate i want to keep in the
spreadsheet.

Please include ALL necessary info and steps.

Column A Column B Column C
Jan Jane Doe $12
Jan Jane Doe $12
Feb Jane Doe $12
Mar 07 Jane Doe $14



Thanks


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 86
Default How to Remove dup names and if same rate.

I tried =text(a2,"yyyymm") and I'm getting
01/07/07 as the date of what i orginally have.

"Dave Peterson" wrote:

Maybe...

Insert a new worksheet

Then select your range (A1:C###)
Data|filter|advanced filter
Check Unique records only
(and filter in place)

Then copy the visible cells to the new worksheet.

If that first column is a real date, you may want to add another field:
=text(a2,"yyyymm")
or
=text(a2,"mmm")
to make sure all the days within a month are treated the same.


CYNTHIA wrote:

I have a spreadsheet called Book1 with 2000 lines.

Where there is a dup in rate , name and month I want to remove the dup
lines from the spreadsheet. Keeping just one line.
If the price is diff but same month, name and rate i want to keep in the
spreadsheet.

Please include ALL necessary info and steps.

Column A Column B Column C
Jan Jane Doe $12
Jan Jane Doe $12
Feb Jane Doe $12
Mar 07 Jane Doe $14



Thanks


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default How to Remove dup names and if same rate.

Then your original date is just text--it's not really a date to excel.

If your text dates are in a single column
select that column
data|text to columns
fixed width
and choose date (mdy or dmy or ymd or whatever 01/07/07 represents)
and format the way you like (cells|format|number tab)

Then try the formula.

CYNTHIA wrote:

I tried =text(a2,"yyyymm") and I'm getting
01/07/07 as the date of what i orginally have.

"Dave Peterson" wrote:

Maybe...

Insert a new worksheet

Then select your range (A1:C###)
Data|filter|advanced filter
Check Unique records only
(and filter in place)

Then copy the visible cells to the new worksheet.

If that first column is a real date, you may want to add another field:
=text(a2,"yyyymm")
or
=text(a2,"mmm")
to make sure all the days within a month are treated the same.


CYNTHIA wrote:

I have a spreadsheet called Book1 with 2000 lines.

Where there is a dup in rate , name and month I want to remove the dup
lines from the spreadsheet. Keeping just one line.
If the price is diff but same month, name and rate i want to keep in the
spreadsheet.

Please include ALL necessary info and steps.

Column A Column B Column C
Jan Jane Doe $12
Jan Jane Doe $12
Feb Jane Doe $12
Mar 07 Jane Doe $14



Thanks


--

Dave Peterson


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Remove Names from .xls Bharath Rajamani Excel Discussion (Misc queries) 5 July 28th 06 01:56 PM
Select from List of names to equal a specific rate Shirley Excel Worksheet Functions 3 December 20th 05 05:29 PM
Real RATE of return using =RATE illusive, inflation adjusted inflo Pro - Land Excel Worksheet Functions 4 November 1st 05 03:06 AM
APR - Annual Percentage Rate to Actual Interest Rate Safu Excel Worksheet Functions 9 May 18th 05 05:03 AM
HOW DO I REMOVE DUPLICATED NAMES ON SPREADSHEET EXCEL97 3900 ROWS. Allen Wright Excel Worksheet Functions 1 November 5th 04 03:45 PM


All times are GMT +1. The time now is 11:54 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"