Excel Formula Question / Math Question?

ctackett6407

Board Regular
Joined
Mar 18, 2018
Messages
66
Office Version
  1. 365
Platform
  1. Windows
Greetings Folks,


I just can't think of how to make this work, I don't know if I'm just mentally exhausted by working on a dashboard all day, but I just can't figure out how to do this.

I have 12 columns for Months.. January - December. I'm trying to take a number and I would typically divide it by 12; however, January is half a month.

Anyone know how to make a formula that will correctly distribute the numbers?

=roundup((E15/???)) then I drag it from January to December so when I update e15 it updates the whole year?

I was going to do 11.5, but that makes it even across the board.. it should be half the amount of the remaining 11 months.

I just can't figure it out so any help would be great.. it's probably basic math and I'm overthinking it.


for example

I have E15 which has 5000 in it.

I want to distribute that number between 12 months; however, January is only 15 days.
 
Last edited:

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Jan is 1/23 of the total and the rest are 2/23.

I'll have to try that.

I tried the formula =roundup(($R$17/1/23),0)

And put 4034 in R17

I got 176 for January but when I changed it to 2/23 for the other months it was 88. Which it made a total 1144. So I'm doing something wrong.
 
Upvote 0
Hi,

It is:

=ROUNDUP(R17*1/23,0)

and

=ROUNDUP(R17*2/23,0)

Not divide "/"

But you'll still find that the Total will be "off" since you're Rounding...
 
Last edited:
Upvote 0
Thank you both for this.

I just had 1 other question.

Why 1/23 ? I know some folks like to just ask questions and get the answer, but I like learning why I did something so in the future I can not ask the questions.

Thanks again for any help.
 
Upvote 0
Thank you both for this.

I just had 1 other question.

Why 1/23 ? I know some folks like to just ask questions and get the answer, but I like learning why I did something so in the future I can not ask the questions.

Thanks again for any help.

Divide the entire year in units of 15 days! This gives us total 24 units in a year, 2 units each month. And since we have to use only 15 days for the month of January, i.e. only 1 unit for January, the total units used = 23.
 
Upvote 0

Forum statistics

Threads
1,215,365
Messages
6,124,513
Members
449,168
Latest member
CheerfulWalker

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