I'm trying to solve the following problem and am getting close but I'm not quite there. Any insight would be much appreciated.
What I'd like the function to do:
if j77 equals "Yes" AND there is text in j74 AND text in J75, return "AM/PM"
if j77 equals "Yes" AND there is text in j74 but none in j75, return text in j74
if j77 equals "Yes" and there is no text in j74 but j75 contains text, return text in j75
if j77 equals "Yes" but there is no text in j74 AND no text in j75, return "No Indication"
If j77 is blank, return a blank cell instead of FALSE
I can get everything to work appropriately except the last one, which is currently returning FALSE. If I could change that to a blank cell, it would be awesome.
Thank you for the help!
What I'd like the function to do:
if j77 equals "Yes" AND there is text in j74 AND text in J75, return "AM/PM"
if j77 equals "Yes" AND there is text in j74 but none in j75, return text in j74
if j77 equals "Yes" and there is no text in j74 but j75 contains text, return text in j75
if j77 equals "Yes" but there is no text in j74 AND no text in j75, return "No Indication"
If j77 is blank, return a blank cell instead of FALSE
I can get everything to work appropriately except the last one, which is currently returning FALSE. If I could change that to a blank cell, it would be awesome.
Thank you for the help!