Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 59
Default Change cells with same text

I have a template that I use that does a VLOOKUP against the item description
from the data I pull. Issue I'm running across is that I have several items
that have the exact same description so the VLOOKUP is pulling that data from
the first description it finds. My work around right now is to manually
change the description of the items that are currently sharing the same
description. There are several items that are this way so it is very time
consuming. Is there a quicker way to change the similar cells in my data?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default Change cells with same text

Do you want to find 'same descriptions'?

There are different ways...
1. Sort them, then in the next cell, starting at row 3 (assuming row 1 is
for headers) use
=IF(A2=A1,"Duplicate","")
and copy down... this way all duplicates are marked.

or
2. Use
=Countif(A:A,A2) in B2 and copy down
Duplicates will have a count greater than 1...


"Supe" wrote:

I have a template that I use that does a VLOOKUP against the item description
from the data I pull. Issue I'm running across is that I have several items
that have the exact same description so the VLOOKUP is pulling that data from
the first description it finds. My work around right now is to manually
change the description of the items that are currently sharing the same
description. There are several items that are this way so it is very time
consuming. Is there a quicker way to change the similar cells in my data?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 59
Default Change cells with same text

I can find the duplicates. I just trying to find out if there is a better
way to change the duplicates other than manually going in and changing each
one.


"Sheeloo" wrote:

Do you want to find 'same descriptions'?

There are different ways...
1. Sort them, then in the next cell, starting at row 3 (assuming row 1 is
for headers) use
=IF(A2=A1,"Duplicate","")
and copy down... this way all duplicates are marked.

or
2. Use
=Countif(A:A,A2) in B2 and copy down
Duplicates will have a count greater than 1...


"Supe" wrote:

I have a template that I use that does a VLOOKUP against the item description
from the data I pull. Issue I'm running across is that I have several items
that have the exact same description so the VLOOKUP is pulling that data from
the first description it finds. My work around right now is to manually
change the description of the items that are currently sharing the same
description. There are several items that are this way so it is very time
consuming. Is there a quicker way to change the similar cells in my data?

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
Why won't my cells change from Text to % or Numbers Ezlpo Excel Discussion (Misc queries) 3 October 3rd 06 07:00 AM
How can I change text to proper text in multiple cells. bethye99 Excel Discussion (Misc queries) 1 January 10th 06 06:17 PM
How do I change all cells to Proper text in Excel Bruce Excel Worksheet Functions 1 October 4th 05 05:11 PM
How do you change the A'B'C cells to text? Danielle Setting up and Configuration of Excel 1 September 28th 05 07:24 PM
How do you change the A'B'C cells to text? Danielle Excel Discussion (Misc queries) 2 September 28th 05 05:40 PM


All times are GMT +1. The time now is 08:16 PM.

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

About Us

"It's about Microsoft Excel"