Building a Budget Spreadsheet

baileygirl41

New Member
Joined
Sep 12, 2022
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hey! Please help, I am working on a personal budget spreadsheet. I have a table with the months and their respective days, e.g. September; 30; March; 31. I have made the headline a dropdown list from this table where you can select the month.

What I need to do is:

There is a piece of my budget that breaks my disposable income into daily amounts that compound as I do not spend money. Obviously this amount/day depends on the total days in the month. So in my "budget/day" box I want to build an if statement that is like "if the headline says october, divide total disposable income by the number next to October in the table, i.e. 31" "if the headline says March, divide the total disposable income by the number next to March in the table, i.e. 31" etc.

I am naturally an over explainer, and I have been trying to google this for an hour so I want to make sure I am super clear on what formula I am trying to build. Can anyone help?
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
@baileygirl41 Welcome
It's difficult not knowing your data layout but, maybe similar to the following will help?

Book1
ABCDEF
1Year2022Disposable
2Month DaysMonthly$500.00
3January31
4February28June
5March31Daily$16.67
6April30
7May31
8June30
9July31
10August31
11September30
12October31
13November30
14December31
Sheet3
Cell Formulas
RangeFormula
E5E5=E2/XLOOKUP(E4,A3:A14,B3:B14)
B3:B14B3=DAY(EOMONTH("1/1/"&$B$1,ROWS(A$3:A3)-1))
Cells with Data Validation
CellAllowCriteria
E4List=$A$2:$A$14


NB in the table for the dropdown months I have used a formula that will adjust February days for leap years
.
 
Upvote 0

Forum statistics

Threads
1,214,919
Messages
6,122,259
Members
449,075
Latest member
staticfluids

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