G
GW
Is anyone able to help with the following?
I have data with relationships represented in columns A and B and want to create a function to give the output in the final column.
I think I need a nested if / and statement but not sure exactly how to configure it.
Col A Col B Output
Apples Apples Full
Apples Oranges Partial
Oranges Apples None
Oranges Oranges None
Many thanks.
I have data with relationships represented in columns A and B and want to create a function to give the output in the final column.
I think I need a nested if / and statement but not sure exactly how to configure it.
Col A Col B Output
Apples Apples Full
Apples Oranges Partial
Oranges Apples None
Oranges Oranges None
Many thanks.