Hi All,
I am still new to Alteryx and I have a question to ask about extracting data from a column.
I basically need 3 columns as an output (invoice, vendor and intercompany ref)
I require the invoice number vendor and intercompany ref from the description field.
Please see attached for reference.
Solved! Go to Solution.
@Metadata21 Can you provide the input file and expected output file?
now attached
How's this? Skips the Intercompany Ref if it's not present - have added a table on to show this properly. The RegEx used assumes that all the values being pulled out will follow the same format. Let us know if that's not the case and we can amend. Edit: Wasn't account for the Intercompany Ref / NEXT / NEXT rows in my original, have amended.
@DataNath could you help me with one more thing please :-) it would complete my workflow.. i require a formula that matches data from intercompany column that matches with the invoice and entity and spits it out in another column (column N and O in my screenshot) see attached for the formula as i am probably not making sense.
If you have a look at the screenshot the anything with acc 899999 matches with the intercompany ref tab. this does include the data that matches against its vendor and inv number.
@DataNath OMG you are an absolute legend!! thank you so much!