Try this -The result of the formula is 35 but I'd like it to roundup to 50
=CEILING(SUM(C13-C13*$E$4)/$B$9*5,50)
Yes, I'd like for it to round up to the nearest 50You just gave one specific example. What is the rounding rule you want to apply? Round to the nearest 50? Round up to the nearest multiple of 50? Round up to the nearest multiple of 25?
We can using Ceiling Function - see thread #2 abovebut you don't normally "round up" to a completely different number
Check thread #2 I gave formula -Yes, I'd like for it to round up to the nearest 50
=CEILING(SUM(C13-C13*$E$4)/$B$9*5,50)
I'm looking for the result of the formula to round it up to the next 50. For example, if the formula resulted in 238, I'd like it to round up to 250.That's not normally how rounding works. You can round up 35.67 to 35.7 or 36, but you don't normally "round up" to a completely different number. Perhaps you can explain a bit more?
Can you share a screenshot or XL2BB to understand the challengeThanks Sanjay but that didn't work as needed.
All Records.xlsb | ||||
---|---|---|---|---|
E | F | |||
5 | 35 | 50 | ||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
F5 | F5 | =CEILING(E5,50) |