Hello All,
I am trying to working on solution which has multiple conditions with final outcome as numeric.
I have tried with IF formula with multiple conditions wherein if the first condition is "X" then it should be "Invoice value * 10" and if second condition is "Y" then it should be "Invoice value * 20"with outcome as numeric number but unable to process. The formula is as below and appreciate the help
=IF([Supplier channel]@row = "X", [Value]@row * 0.15) ,IF([Supplier channel]@row = "Y", [Value]@row * 0.20), IF([Supplier channel]@row = "Z", [Value]@row * 0.30) and so on..
Thanks in advance