Hi,
I am trying to find a way that I can add a column to one tab which brings back "yes" if criteria are matched across multiple cells between the two tabs. Is this even possible? Appreciate any help in advance.
Hi @MATTHEW_KING1
I think this might meet the expectation.
Hope this helps : )
Hi @MATTHEW_KING1 Can you provide some sample input and expected output It will help us get a better understanding of the usecase.We will be happy to help : )
Sorry, hard to do as the data is sensitive. I basically have two tabs of output data, I simply need to add a column within the data of the second tab that returns "YES" if the row data matches using about 4/5 columns of data from the first tab. Hope that makes sense.
You can create sample data with random values such as A,B,C,1,2,3 etc which will give us an idea about the structure of the data.
Happy to help : )
Ok i think i managed to duplicate the situation using simplified data. So on the attached i need to add a colulmn in the second tab, for instance "Owns Pets?", and based on matching the data across the columns to bring back "YES" if all match.
Here is how you can do it. I have added a scenario where it doesn't match.Workflow:
Hello @MATTHEW_KING1,
hard to tell what criteria you want to apply -- but if all columns are gonna be text you can used attached solution.
You need to load both sheets into the flow and based on the join tool, you can match it on as many fields as you have present in the flow.
//In case that some columns will be NOT text, than you need to with formula proceed with further checks.
Let me know if this is something you are looking for, in case not, please share with us sample data!
Best Luck!
Niky
Thanks @atcodedog05 , not sure this works for me however. I have updated the data. To further explain, i need the new column to appear within the second tab. So lets say i want to match on Name, Surname, House No, and Street, then if all those match, bring me back "YES" in this brand new column, PETS?, within in the second tab. I just need to know that there is a matching row of data within the first tab that matches those criteria by stating "YES" within the newly created column on the second tab.
@atcodedog05 Thanks this looks like it may work. But how would i get the new column to appear within my second tab please? Is this possible?
Just overwrite to the sheet like this.
Thanks @atcodedog05 , just trying to get my head around this. Please bear with me. The PET = "No" formula and PET = "Yes" formula tools, how are they constructed to bring back a "Yes" or "No"? I dont see any logic entered for the result.
Hello @MATTHEW_KING1, it is based on the JOIN Tool. Anything that is coming from J Anchor --- should be 'Yes' as items found in both datasets. In case of RIGHT Anchor, it should be 'No' as items not found in Sheet1.
Configure the output tool to overwrite the 2nd sheet this way you will get the whole data including the new column.