PCT
Last updated
Was this helpful?
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
Was this helpful?
Was this helpful?