Upcoming database upgrades. Airtable functionality will be reduced for ~15 minutes at 06:00 UTC on Feb. 4 / 10:00 pm PT on Feb. 3. Learn more here
Aug 18, 2020 09:20 PM
I am trying to create a formula to roundup a number to the next highest multiple of 50. Can help much appreciated.
Aug 18, 2020 10:40 PM
This formula should work:
ROUNDUP(number/50,0)*50