hi Guys,
I need a little help with one nested if formula in one of my workflow.
What I am trying to achive:
Categorizing based on service numbers, cat 1 and 2. this works fine.
Based on the categories I need the following:
Scenerio 1 : if category 1 > 2 then retrun 97
Scenario 2: if categroy 2 > 1 , then 3 other scenarios: if [Ctry VAT No.] = [Plant] THEN "2F" and [Ctry VAT No.] IN (B,C,D) THEN "4F"
and [Ctry VAT No.] IN (E,F,G) THEN "F9" . Also if Ctry VAT is null then i just want it to return value "blank"
Attached the simple file for this exercise.
Thanks very much!
MK