Division Formula & ROUNDING UP

RudeBoy

Active Member
Joined
Feb 2, 2003
Messages
424
Office Version
  1. 365
Platform
  1. Windows
Im running a league and I have x amount of players paying $13.50 a week.

I am trying to get a formula set-up for this that ROUNDSUP

Example for week #1 the total money collected was $1,374
If I divide that =C9/13.5 by $13.50 it comes up with 101.7777778

Now what I am trying to come up with is 102 by rounding up as it did not come up even meaning something was off but still needed it to be 102 players. Because 102 x 13.50 = 1377 which is close enough 3 dollars off.

How can I accomplish this with a formula? Helpppppppp Thanks so much
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Need Help with results for a Division Formula =D9/1350

I am running a League and have X amount of Players.

Total Money amount for Week # 2 = $1,822.50

I am taking this number and dividing it by the amount each player payes each week which is 13.50

So I am using Formula =D9/1350 but the result is not coming up 135 which is the number of players that paid $13.50 instead it is showing 1.35

How can I correct this by either using a custom format or by changing my FORMULA - Helpppppppppppppppppppp

Thanks so much
 
Last edited:
Upvote 0
Re: Need Help with Division Formula & ROUNDING UP - Thanks

=CEILING(C9/13.5, 1)

or

=ROUNDUP(C9/13.5, 0)
 
Upvote 0
Re: Need Help with results for a Division Formula =D9/1350

=d9/13.50
 
Upvote 0
Re: Need Help with results for a Division Formula =D9/1350

@RudeBoy
Please do not post duplicate threads.
I have merged both threads.
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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