Forum Discussion

RoxanneZiegler's avatar
RoxanneZiegler
Qrew Assistant Captain
2 months ago
Solved

syntax help with formula

I am making a formula and I am having trouble with syntax I want the statement to say  If([Sale]="Yes", than show [Manifest Price] but if ([sale]="cancelled" show 0.00) I need the syntax for "than...
  • RoxanneZiegler's avatar
    2 months ago

    no it always came up yellow - the only one that worked in this case was

    If(Trim([Sale])="Yes",[Manifest price w/o iva],Trim([Sale])="Cancel",0,0)//Default value if[Sale]is neither "yes"nor "cancel"

     

    Thank you so much