Forum Discussion
SWITCH or IF
balar2007 , Switch True will help in this case
Switch( True() ,
, [Formula]="EBOB" , "MOGAS"
, [Formula]="G01" , "GASOIL"
, [Formula]="G50" , "GASOIL"
, [Grade]="DAOWA" , "FO"
, ([Formula]="BOB10ARGM") && ([Grade]~="M5859") , "MOGAS"
, ([Formula]="FRONTLINEICELS") && ([Grade]~="HYWAX") , "FO"
, ([Client]="MFPERNIS") && ([Formula]~="BIPEB") , "HEDGES"
, [Formula]
)
refer Video: https://www.youtube.com/watch?v=gelJWktlR80
Hello Amit
Quick clarification, how do i manipulate it in case if I have to use contain in the formula you gave. For example Formula contains EBOB then equal to "MOGAS".
- Anonymous5 years agoNot applicable
Hi balar2007 ,
Please kindly refer to the below link which has similar issue:
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.