Forum Discussion

Iskrem's avatar
Iskrem
Copper Contributor
May 31, 2020
Solved

Fixing rounded answer for next formula

Hello. I am working on a spreadsheet dealing with the projected procreation numbers of animals. (I.e. I need whole numbers and not rounded numbers.)  I have a fixed number and then a formula that ca...
  • Charla74's avatar
    May 31, 2020
    Instead of rounding the results in the column, try using the =CEILING(number,1) to use the nearest whole number upward of the result. Your total should then work. [Substitute 'number' in the formula with the whatever you use to get the number 1 currently]

Resources