Apologies I miscommunicated the question:
Imagine I have 2 projects:
Project 1:
Name | Email | Position | Organisation
Project 2:
Name | Email Address | Organisation
---
Normally I would:
Select Project 1 'Email' > Edit Column > Add Column based on this Column > cell.cross("Project 2", "Email Address").cells["Organisation"].value[0]
- Name it Column 'Organisation 2'
- Facet by Blank on 'Organisation'
- Transform on 'Organistion' cells["Organisation 2"].value
- Delete 'Organisation 2'
However:
if I have a pre-existing Organisational Column in Project 1 with some values, I would want to:
- Facet by blank
- Select blank, and then run the lookup (Rather than creating a new column as above)
How would this be achieved in one step? I'm assuming I just need to add something to say which first column to use as the matching column.
Hopefully that makes sense