Hello,
I'm have troubles with the "If" formula and am hoping someone can help me out. I have a table of three static rows. I want to have another field outside of that table populate with the data from the one of the fields in the table. For example, in my table below, I want to have the single line field populate with the data in column 1 if column 2 is yes. Note: only one row will have column 2 be selected as yes.
I basically want the formula to say "If row 1 column 2 is yes, then populate the single line field with the field value in row 1 column 1, OR if row 2 column 2 is yes, then populate the single line field with the field value in row 2 column 1, OR if row 3 column 2 is yes, populate the single line field with the field value in row 3 column 1. Is there any easy way to do this?