Feb 26, 2023 03:40 PM
I'm having issues getting a formula to round down prices to the nearest $2.50.
I've tried FLOOR()
FLOOR({Price}, 2.5)
and ROUNDDOWN()
ROUNDDOWN({Price},2.5)
but without any success. Thank you in advance.
Solved! Go to Solution.
Feb 26, 2023 07:10 PM
Feb 26, 2023 07:10 PM
Mar 02, 2023 07:00 AM
This worked, thank you so much for your help!