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

1reply Oldest first
  • Oldest first
  • Newest first
  • Active threads
  • Popular
  • Maybe a formula like:

    round(Number / 5) * 5

    Like
Like Follow
  • 1 yr agoLast active
  • 1Replies
  • 244Views