Budget and Projecting

Sykotik7S

New Member
Joined
Apr 20, 2021
Messages
1
Office Version
  1. 2013
Platform
  1. Windows
Hi everyone!

So, I have a created a budget spreadsheet detailing the day of the month a bill is due (Example, Rent is due on the 1st rather than a specific date). My goal is to create a section within the spreadsheet or in a separate sheet where I can put in a date range and Excel will pull and display the bills that are due within that date range and how much each expense is. My problem is that I know very basic formulas and I'm not even sure where to begin in figuring this out. So here I am seeking out some help!

Any and all help and advice would be greatly appreciated! Thank you in advance!
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Hi *Sykotik7S,

Here's at least a partial solution for you.
Create a lookup table for your date ranges on a new tab called Period.
The tab where your bills are listed is called Bills.

Period_1 - formula in Column named Period
=CONCATENATE(A2," - ",B2)

Period_2 - formula in Column named End Date
=LOOKUP(F2,$A$2:$A$7,$B$2:$B$7)

Period_2 - formula in Column named Period
=LOOKUP(G2,$B$2:$B$7,$C$2:$C$7)


Bills - formula in Column named Period
=LOOKUP(B2,Period!$F$2:$F$32,Period!$H$2:$H$32)

You could then sort or filter this list to see what bills are due by Period.

Period_1
Period_1.png


Period_2
Period_2.png


Bills
Bills.png
 
Upvote 0

Forum statistics

Threads
1,215,519
Messages
6,125,294
Members
449,218
Latest member
Excel Master

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