Im currently doing a project similar to one I got help with on here in the past, if you see the attachment you'll notice in the title on column D it will havea variety of widths and lengths such as 50cm x 1m (50cm being the width and 1m being the length). In column H I will be writing a Title and the only variables will be the width and length so I was goign to write an identical descrition but anywhere I refer to the width Ill write (PRODUCTWIDTH) and anywhere I refer to length Ill write (PRODUCTLENGTH). Is there any way of creating a formula that will then change that to whatever it says in the title.
I'll be running this across multiple products which have the follwing widths:
50cm
61cm
69cm
76cm
91cm
100cm
117cm
122cm
139cm
152cm
and the following lengths:
1m, 2m, 3m, 4m, 5m, 6m, 7m up to 30m in 1m increments
The widths and lengths will always be wrote in the folowing format:
50cm x 1m or 152cm x 25m etc.
I'd also like to have it so that in column FU, Ill be adding the follwing text:
<NameValueList><Name><![CDATA[Roll Width]]></Name><Value><![CDATA[PRODUCTWIDTH]]></Value><Source>ItemSpecific</Source></NameValueList>
and
<NameValueList><Name><![CDATA[Roll Length]]></Name><Value><![CDATA[PRODUCTLENGTH]]></Value><Source>ItemSpecific</Source></NameValueList>
On these its wrote as PRODUCTWIDTH and PRODUCTLENGTH (no brackets, brackets are in the earlier example.
I'd like a formula that will also do the same and put 50cm, 76cm or whatever it is in place of PRODUCTWIDTH and 1m, 2m or whatever in palce of PRODUCTLENGTH
Bookmarks