Rounding A Number In Millions From A Formula

milwphil

Board Regular
Joined
Aug 1, 2010
Messages
120
Good afternoon!

If anyone can help me out how to figure this 'round' function out I'd greatly appreciate it. I'm trying to be slick when I'm not qualified to do so.

In column BW I have this formula (cell BW6):
=SUM(SOV!$AI6,SUM(SOV!$AJ6:SOV!$AO6),SUM(SOV!$AP6:SOV!$AS6))

And in BX6 I have this formula (attempting to round the results to the nearest 5 million)...however I keep getting "0":

=ROUND(BW6/5000000,0)*5000000

Once again, as in my other posts...this is probably really simple for the experts on this board, but I'm stumped!

Any suggestions?

Thanks,
Phil
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
MY BAD! My example that I was working with had a couple zeros. I need more coffee. Either way, the above works....
 
Upvote 0
Good afternoon!

If anyone can help me out how to figure this 'round' function out I'd greatly appreciate it. I'm trying to be slick when I'm not qualified to do so.

In column BW I have this formula (cell BW6):
=SUM(SOV!$AI6,SUM(SOV!$AJ6:SOV!$AO6),SUM(SOV!$AP6:SOV!$AS6))

And in BX6 I have this formula (attempting to round the results to the nearest 5 million)...however I keep getting "0":

=ROUND(BW6/5000000,0)*5000000

Once again, as in my other posts...this is probably really simple for the experts on this board, but I'm stumped!

Any suggestions?

Thanks,
Phil
Works OK for me.

Book1
A
112,345,678
2123,456
3123,456,789
4
5Total
6135,925,923
7
8Rounded
9135,000,000
Sheet3

You can reduce the SUM formula to:

=SUM(SOV!$AI6,SOV!$AJ6:SOV!$AO6,SOV!$AP6:SOV!$AS6)
 
Upvote 0

Forum statistics

Threads
1,224,609
Messages
6,179,874
Members
452,949
Latest member
Dupuhini

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