Hi all,
I posted a couple of days ago but didn't get much help so trying again...
I have a row of numbers. For each number, I need to round up to the nearest 30 UNLESS its within 20% of the nearest 30 increment, in which case I need it to round down.
Lets say I have the number 85 and 32. The formula should return a value of 90 for the number 85, and a value of 30 for the number 32 since 32 is within 20% of 30.
So any numbers between 0-36 (20% of 30 is 6 so 30+6=36) should return a value of 30 and any numbers between 37-72 should return 60. (Since 20% of 60 is 12, so 12+60=72).
Can anyone help, please?!??
I posted a couple of days ago but didn't get much help so trying again...
I have a row of numbers. For each number, I need to round up to the nearest 30 UNLESS its within 20% of the nearest 30 increment, in which case I need it to round down.
Lets say I have the number 85 and 32. The formula should return a value of 90 for the number 85, and a value of 30 for the number 32 since 32 is within 20% of 30.
So any numbers between 0-36 (20% of 30 is 6 so 30+6=36) should return a value of 30 and any numbers between 37-72 should return 60. (Since 20% of 60 is 12, so 12+60=72).
Can anyone help, please?!??