Hello Every one,
This is my input Data
Each and every row Satisfies the Four Conditions As shown Below
- Aa <>“NA” & Bb <>“NA” & Cc <> “NA” & Dd =“NA” ; Result=“SA+LOAN”
- Aa <>“NA” & Bb =“NA” & Cc = “NA” & Dd <>“NA” ; Result=“CC+LOAN”
- Aa <>“NA” & Bb <>“NA” & Cc <> “NA” & Dd <>“NA” ; Result=“SA”
- Aa <>“NA” & Bb =“NA” & Cc <> “NA” & Dd <>“NA” ; Result=“LOAN”
Output-
Here I am Using Nested If as shown Below
But i need to write this if Conditions by using Invoke Code or Linq. How to do that
My file-
IF_Condition_Exmpl.zip (9.8 KB)
Thanks
Regards,
Adarsh.