Posted to microsoft.public.excel.worksheet.functions
|
|
Extracting Data
I was using the formula, which worked but I only want the UPC Code #
extracted not the whole column - thanks
"Don Guillett" wrote:
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!!!
|