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

null
    • Alain_Fontaine
    • 2 yrs ago
    • Reported - view

    Maybe a formula like:

    round(Number / 5) * 5

Content aside

  • 2 yrs agoLast active
  • 1Replies
  • 260Views