ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Excel formula needed to round up a value to a whole number (https://www.excelbanter.com/excel-programming/442381-excel-formula-needed-round-up-value-whole-number.html)

John A.

Excel formula needed to round up a value to a whole number
 
I'm making a cost estimation sheet, and need a cell to publish a whole
number. This cell is the result of a division formula involving two other
cells (ie. 300 sq ft of coverage divided by 200 sq ft of coverage per gallon
= 1.5 gallons). I want my formula to round the 1.5 gallons up to 2 gallons.

Please help!

Thanks,

John

Dave Peterson

Excel formula needed to round up a value to a whole number
 
=roundup(a1,0)
or
=roundup(a1/a2,0)

John A. wrote:

I'm making a cost estimation sheet, and need a cell to publish a whole
number. This cell is the result of a division formula involving two other
cells (ie. 300 sq ft of coverage divided by 200 sq ft of coverage per gallon
= 1.5 gallons). I want my formula to round the 1.5 gallons up to 2 gallons.

Please help!

Thanks,

John


--

Dave Peterson

Rich Locus

Excel formula needed to round up a value to a whole number
 
John:

I don't think this is a programming question, but you can use the Round
Function as in this example:

=ROUND(B3/A3,0)

When creating the formula, just start with the =ROUND(
Then use your mouse to click the cells, and when finished, use zero as the
number of places to round.

Regards,
--
Rich Locus
Logicwurks, LLC


"John A." wrote:

I'm making a cost estimation sheet, and need a cell to publish a whole
number. This cell is the result of a division formula involving two other
cells (ie. 300 sq ft of coverage divided by 200 sq ft of coverage per gallon
= 1.5 gallons). I want my formula to round the 1.5 gallons up to 2 gallons.

Please help!

Thanks,

John


John A.[_2_]

Excel formula needed to round up a value to a whole number
 
This was exactly what I needed Rich. Worked great.

Thanks!!!

"Rich Locus" wrote:

John:

I don't think this is a programming question, but you can use the Round
Function as in this example:

=ROUND(B3/A3,0)

When creating the formula, just start with the =ROUND(
Then use your mouse to click the cells, and when finished, use zero as the
number of places to round.

Regards,
--
Rich Locus
Logicwurks, LLC


"John A." wrote:

I'm making a cost estimation sheet, and need a cell to publish a whole
number. This cell is the result of a division formula involving two other
cells (ie. 300 sq ft of coverage divided by 200 sq ft of coverage per gallon
= 1.5 gallons). I want my formula to round the 1.5 gallons up to 2 gallons.

Please help!

Thanks,

John


John A.[_2_]

Excel formula needed to round up a value to a whole number
 
yours worked too Dave.

Thanks!!!

"Dave Peterson" wrote:

=roundup(a1,0)
or
=roundup(a1/a2,0)

John A. wrote:

I'm making a cost estimation sheet, and need a cell to publish a whole
number. This cell is the result of a division formula involving two other
cells (ie. 300 sq ft of coverage divided by 200 sq ft of coverage per gallon
= 1.5 gallons). I want my formula to round the 1.5 gallons up to 2 gallons.

Please help!

Thanks,

John


--

Dave Peterson
.


Dave Peterson

Excel formula needed to round up a value to a whole number
 
Be aware that there is a difference on how those two functions work.

Try it with:

=round(1.1,0)
and
=roundup(1.1,0)

I'm not sure which you want.

John A. wrote:

yours worked too Dave.

Thanks!!!

"Dave Peterson" wrote:

=roundup(a1,0)
or
=roundup(a1/a2,0)

John A. wrote:

I'm making a cost estimation sheet, and need a cell to publish a whole
number. This cell is the result of a division formula involving two other
cells (ie. 300 sq ft of coverage divided by 200 sq ft of coverage per gallon
= 1.5 gallons). I want my formula to round the 1.5 gallons up to 2 gallons.

Please help!

Thanks,

John


--

Dave Peterson
.


--

Dave Peterson


All times are GMT +1. The time now is 10:44 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com