The PCT function is used to do a percentage calculation.
pct(value)
value – The percentage in number format. This is a required argument.
SALES + Pct(10) = SALES + 10%
Returns the current sales value plus 10% of sales
Last updated 3 years ago
Was this helpful?