Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default how to copy cells with some certain words in them

I have an Excel database of some 50,00 lines of test equipment, the
description shows manufacturer, type and model number of tehitem.
I wish to extract (copy to new location) all cells that have a specific type
of item e.g. "Power Supply" from an entry such as "Lambda -LYS-EE-5v Power
Supply" there may be other manufacturers names elswhere
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,805
Default how to copy cells with some certain words in them

If your descriptions are in Col A
then enter this in B1
=IF(ISERROR(FIND("Power Supply",A1)),0,1)
and copy down

Now filter Col B on cells with value 1... This will show all itesm with
"Power Supply" in the description...

You can copy Col B on value zero and delete those rows to be left with the
items you want.

"mahatchma" wrote:

I have an Excel database of some 50,00 lines of test equipment, the
description shows manufacturer, type and model number of tehitem.
I wish to extract (copy to new location) all cells that have a specific type
of item e.g. "Power Supply" from an entry such as "Lambda -LYS-EE-5v Power
Supply" there may be other manufacturers names elswhere
Thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default how to copy cells with some certain words in them

Hi,

select your data with titles

1. Choose Data, Filter, Auto Filter
2. Open the auto filter drop down in the type field and choose Custom
3. From the first drop down pick Contains
4. In the box to the right enter Power Supply and click OK
5. Select all the data and copy, move to a new sheet and paste

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"mahatchma" wrote:

I have an Excel database of some 50,00 lines of test equipment, the
description shows manufacturer, type and model number of tehitem.
I wish to extract (copy to new location) all cells that have a specific type
of item e.g. "Power Supply" from an entry such as "Lambda -LYS-EE-5v Power
Supply" there may be other manufacturers names elswhere
Thanks

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default how to copy cells with some certain words in them

You might want to use SEARCH instead of FIND, so that it is not case
sensitive.

Hope this helps.

Pete

On Jan 6, 4:31*pm, Sheeloo <="to" & CHAR(95) & "sheeloo" & CHAR(64) &
"hotmail.com" wrote:
If your descriptions are in Col A
then enter this in B1
=IF(ISERROR(FIND("Power Supply",A1)),0,1)
and copy down

Now filter Col B on cells with value 1... This will show all itesm with
"Power Supply" in the description...

You can copy Col B on value zero and delete those rows to be left with the
items you want.



"mahatchma" wrote:
I have an Excel database of some 50,00 lines of test equipment, the
description shows manufacturer, type and model number of tehitem.
I wish to extract (copy to new location) all cells that have a specific type
of item e.g. "Power Supply" from an entry such as "Lambda -LYS-EE-5v Power
Supply" there may be other manufacturers names elswhere
Thanks- Hide quoted text -


- Show quoted text -


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
FIND-COPY DIFFERENT WORDS WITH MACRO Spiros Excel Discussion (Misc queries) 3 September 27th 07 01:20 PM
FIND-COPY DIFFERENT WORDS WITH MACRO Spiros Excel Discussion (Misc queries) 1 September 27th 07 11:43 AM
copy/paste words in cell can't be read on screen MO Excel Discussion (Misc queries) 2 April 28th 06 03:47 PM
How to copy & paste excel charts to Words as Windows Metafile xppuser Charts and Charting in Excel 7 February 6th 06 03:15 PM
Words in Excel Cells The Butler From Tennessee Excel Worksheet Functions 2 December 2nd 04 01:09 AM


All times are GMT +1. The time now is 09:22 AM.

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"