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
Maybe a formula like:
round(Number / 5) * 5