I have a 2 columns:
A B
NMC Yes
NMC NO
NMC
NMC YES
NMC YES
I want to insert in column C if the criteria are (NMC and Yes) or (NMC and Blank), then it can be recoded into NMCI. I have tried if then statements but none of them have worked. Help or suggestions on this data transformation?
A B
NMC Yes
NMC NO
NMC
NMC YES
NMC YES
I want to insert in column C if the criteria are (NMC and Yes) or (NMC and Blank), then it can be recoded into NMCI. I have tried if then statements but none of them have worked. Help or suggestions on this data transformation?