Hello,
Super new to Alteryx, so I apologize if this is a stupid question:
In my day-to-day job I have to organize/manipulate data that comes in the same excel template, just a different number of rows each day. Its sales data. The salespeople are technically supposed to fill in EVERY cell, but often do not. The most frustrating is the location data. There are 3 columns, Origin/Destination/Location. They should all hypothetically be the same, but often are left blank. The problem is that they are all left blank to different degrees, depending on the salesperson data entry style. Here is a sample of what I'm talking about:

Using Excel, not a heavy lift, I just made an additional column I call "Location 1" to just auto fill the data that's located in any/all of the 3 cells. =INDEX(RC[-3]:RC[-1],MATCH(TRUE,INDEX((RC[-3]:RC[-1]<>0),0),0))
Is there a way to do this using Alteryx? I'm very interested in trying to automate the system as much as possible.
Please let me know what you think and thank you.