Thread
:
Extracting Data
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Don Guillett
external usenet poster
Posts: 10,124
Extracting Data
datafilterautofilterfilter on column desiredcustomcontainsupc
voila
or a looping macro using if INSTR
or a formula
=IF(ISERROR(SEARCH("upc",H2)),"",H2)
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"klafert" wrote in message
...
I have a spreadsheet with 390 rows. In one column I have data such as
this:
6" MARGINATA UPC#200653
Some of the lines have UPC# and some don't. The ones that do I would like
to extract out to another column. Thanks for any help!!!
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett