Forum Discussion
If condition if two tables have same value
- 4 years ago
Hi Anonymous
I guess you probably want a new column in the first table like below?
You can first use Merge Queries to bring data from the second table into the first table based on two matching columns Candidate Name & Final Status (in the first table) and Hired/Offered Employee & Status (in the second table). Only rows that have the same values in both columns will be merged to the first table.
Expand the merged table column from the previous step and select only Status column to expand.
Add a conditional column based on values in Status column.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Plese find the Google sheet (sample data)
https://docs.google.com/spreadsheets/d/1DWl1e7td2RbT56RQh2O7vZjqUMlM77EUcSOj-VYnydw/edit?usp=sharing
- v-jingzhang4 years ago
Community Support
Hi Anonymous
I guess you probably want a new column in the first table like below?
You can first use Merge Queries to bring data from the second table into the first table based on two matching columns Candidate Name & Final Status (in the first table) and Hired/Offered Employee & Status (in the second table). Only rows that have the same values in both columns will be merged to the first table.
Expand the merged table column from the previous step and select only Status column to expand.
Add a conditional column based on values in Status column.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.