Hello, I am having trouble trying to come up with logic to make this happen. So i have an idea of using a vlookup
where im thinking of the vlookup looking partially like this but all in one
=VLOOKUP(D7,'List'!$G:$Z,19,FALSE)
=VLOOKUP(D7,'List'!$G:$Z,20,FALSE)
the IF part id like to add is that
with this vlookup with the column index being 19, if that cell value is "X" then the value in which this formula would be located would be "Unrelated"
but if the value of vlookup with the column index 20 if that value is "X" then the value in which this formula would be located would be "Related"
if both of the column index 19 & 20 if they are both "X" then the value in which this formula would be located would be "Both above"
if there is no X in either and they are "" then the value in which this formula would be located would be "Blank"
hopefully i made sense, but maybe you can see why im also lost
any help would be appreciated!
where im thinking of the vlookup looking partially like this but all in one
=VLOOKUP(D7,'List'!$G:$Z,19,FALSE)
=VLOOKUP(D7,'List'!$G:$Z,20,FALSE)
the IF part id like to add is that
with this vlookup with the column index being 19, if that cell value is "X" then the value in which this formula would be located would be "Unrelated"
but if the value of vlookup with the column index 20 if that value is "X" then the value in which this formula would be located would be "Related"
if both of the column index 19 & 20 if they are both "X" then the value in which this formula would be located would be "Both above"
if there is no X in either and they are "" then the value in which this formula would be located would be "Blank"
hopefully i made sense, but maybe you can see why im also lost
any help would be appreciated!