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
    • 3 yrs ago
    • Reported - view

    Maybe a formula like:

    round(Number / 5) * 5