how to round up a number in a cell with a formula?

barneyboy

Board Regular
Joined
Feb 28, 2009
Messages
71
A B C D
1000 269 4 00003.7

Hi .. in the above row I have A divided by B to give C formatted to 'no decimal points'.
In Column D I have the formula: =TEXT(C1,"00000.0"). However, I would like cell D1 to show: 00004.0 instead of 00003.7.

I'd appreciate any help on this. Many thanks in advance.

Barneyboy:confused:
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Two ways you can do this. Use either:

  1. In C1, replace the formula with:
    =ROUND(A1/B1,0)
  2. Or in D1, replace the formula with:
    =TEXT(ROUND(C1,0),"00000.0")
 
Upvote 0

Forum statistics

Threads
1,224,607
Messages
6,179,871
Members
452,948
Latest member
UsmanAli786

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top