0
Round to nearest $5?
How do I make this formula round to the nearest $5 increment?
if Host.'First Name' like "Kari" then
'Total Prize Pool' * number(Payouts.'1st Place %') / 100
end
1 reply
-
Maybe a formula like:
round(Number / 5) * 5
Content aside
- 3 yrs agoLast active
- 1Replies
- 264Views