Hello,
I am trying to build a calculation that rounds up customer requests in increments of 12, based off a set percentage threshold to roundup at.
Column A would have percentage % to round up to the next 12, example 0.01% would roundup the next 12 at customer requests >= 12.12
Threshold Percentage to round up to the next 12 as follows:
0.01% would roundup at 12.12 to 24, below would get 12
0.25% would roundup at 15.00 to 24, below would get 12
0.50% would roundup at 18.00 to 24, below would get 12
0.76% would roundup at 21.12 to 24, below would get 12
If the request is not clear please let me know.
Thanks for looking
I am trying to build a calculation that rounds up customer requests in increments of 12, based off a set percentage threshold to roundup at.
Column A would have percentage % to round up to the next 12, example 0.01% would roundup the next 12 at customer requests >= 12.12
Threshold Percentage to round up to the next 12 as follows:
0.01% would roundup at 12.12 to 24, below would get 12
0.25% would roundup at 15.00 to 24, below would get 12
0.50% would roundup at 18.00 to 24, below would get 12
0.76% would roundup at 21.12 to 24, below would get 12
If the request is not clear please let me know.
Thanks for looking