I have the following excel sheet From column A through F. Based on the data provided i need to create a Person code with the following Logic conditions.
Person Code = Member ID + Individual Code
Individual Code is determined as follows
01=Primary; 02=Spouse; 03=Oldest Dependent; 04=Next Oldest Dependent
Condition:
02 code only belongs to a spouse, therefore in case of the absence of a spouse the first kid still get the code 03.
Your help is appreciated, thanks
Note: I would prefer to not use macros, any inline codes would help immensely.
Person Code = Member ID + Individual Code
Individual Code is determined as follows
01=Primary; 02=Spouse; 03=Oldest Dependent; 04=Next Oldest Dependent
Condition:
02 code only belongs to a spouse, therefore in case of the absence of a spouse the first kid still get the code 03.
Your help is appreciated, thanks
Note: I would prefer to not use macros, any inline codes would help immensely.