AlexBennett3
5 years agoQrew Trainee
Formula Help (Currency field to display Text)
Hey Everyone,
Wanted to see if I could get some advice on changing my formula here.
Right now I have a formula to read what Type the user has selected, then do the math and display a total, otherwise display 0 for the currency amount.
If([Selection]="Included" or [Selection]="Optioned" or [Selection]="Included in Change Order", [Qty]*[Cost], 0)
//If([Selection]="TBD",[QTY]*[Cost],TBD)
The "TBD" is another selection that a user can specify, however, i'm trying to figure out how to say if the User selects TBD then the Cost is also TBD, not 0. Not the best with formulas so could use a second pair of eyes!
Thanks,
Alex
------------------------------
Alex Bennett
------------------------------