1
I´m trying to figure out a easy to understand way to extract a string (that is in a range of cells) from a range of cells...
That is the range of cells I have to look for a specific string (in a range of possibilities)
A1
BRANCO POLIESTER (25X40CM) - UNIART
COLORIDO POLIESTER (42X42CM) - UNIART
TRIO LOSANGO 125X65 ARTESANAL - MARROM - UNIART
ARTESANAL 30X130 - VERMELHO - UNIART
VERMELHO IMPRESSAO DIGITAL 30X30 - VERMELHO - UNIART
AQUARELADO TRIO 40X60 ARTESANAL - COLORIDO - UNIART
ALMOFADA TNT BRANCA 45X45CM - UNIART
TULIPAS 60X130 ARTESANAL - MARROM - UNIART
In the description there´s the size (where we find in another range of cells)
B1
size
25X40
42X42
125X65
30X130
30X30
40X60
45X45
60X130
70X100
70X120
20x60
50x80
What I want -- a colum with the size that matches the size in the Product_description something like this
C1
BRANCO POLIESTER (25X40CM) - UNIART 25x40
COLORIDO POLIESTER (42X42CM) - UNIART 42x42
And so on
Thanks for any help
Does column B isolate the size information for each record or is it a separate table that is just a list of standard sizes? Are you looking to create in column C single entries that concatenate the size to the description or is this columns C and D? – fixer1234 – 2014-11-20T18:22:08.467