ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Rounding (https://www.excelbanter.com/excel-discussion-misc-queries/195066-rounding.html)

Nick C

Rounding
 
I want to be able to round a column of figures to the nearest £100.

So 2341 would be rounded to 2300 and 6566 woud be rounded to 6600.

Thanks

Nick

David Biddulph[_2_]

Rounding
 
=ROUND(A2,-2)
--
David Biddulph

"Nick C" wrote in message
...
I want to be able to round a column of figures to the nearest £100.

So 2341 would be rounded to 2300 and 6566 woud be rounded to 6600.

Thanks

Nick




Nick C

Rounding
 
Thanks David worked atreat, how can I add to an existing formula?
=IF(B11="",O11,"")

rEGARDS,

nICK

"David Biddulph" wrote:

=ROUND(A2,-2)
--
David Biddulph

"Nick C" wrote in message
...
I want to be able to round a column of figures to the nearest £100.

So 2341 would be rounded to 2300 and 6566 woud be rounded to 6600.

Thanks

Nick





J Sedoff

Rounding
 
You just need to nest the commands: if B11 is blank, round O11 to the
hundreds' place, otherwise this cell is blank.

=IF(B11="",ROUND(O11,-2),"")

Jim

"Nick C" wrote:

Thanks David worked atreat, how can I add to an existing formula?
=IF(B11="",O11,"")

rEGARDS,

nICK

"David Biddulph" wrote:

=ROUND(A2,-2)
--
David Biddulph


Nick C

Rounding
 
Thanks Jim

"J Sedoff" wrote:

You just need to nest the commands: if B11 is blank, round O11 to the
hundreds' place, otherwise this cell is blank.

=IF(B11="",ROUND(O11,-2),"")

Jim

"Nick C" wrote:

Thanks David worked atreat, how can I add to an existing formula?
=IF(B11="",O11,"")

rEGARDS,

nICK

"David Biddulph" wrote:

=ROUND(A2,-2)
--
David Biddulph



All times are GMT +1. The time now is 02:11 PM.

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