I need help writing a formula that will increase a cell by a certain multiplier if and when another cell gets beyond a certain number(s). For example:
Cell G5 has a multiplier of 25. Cell B5 is where I input my number anywhere from 0-1000. Cell C5 is the output of my multiples of 25 IF the number in B5 gets past a certain point. If I type 15 in B5, then C5 is 15. However, if I type 20, then C5 rounds up to 25. If I type in 35, C5 is 35. If I type 45, C5 rounds up to 50. So on and so forth.
Cell G5 has a multiplier of 25. Cell B5 is where I input my number anywhere from 0-1000. Cell C5 is the output of my multiples of 25 IF the number in B5 gets past a certain point. If I type 15 in B5, then C5 is 15. However, if I type 20, then C5 rounds up to 25. If I type in 35, C5 is 35. If I type 45, C5 rounds up to 50. So on and so forth.