alansbanans
New Member
- Joined
- Sep 23, 2024
- Messages
- 4
- Office Version
- 365
- Platform
- Windows
Hi all. I've tried to find something similar to this but can't quite solve it.
I'm building a budget and would like to input a date range (pay date to next pay date) and have monthly expenses populate if the due date is within that date range.
On Sheet1 I have a set of values with the day of the amount that expense is due:
On Sheet2 is the budget for that pay period with a defined pay period.
Then on the same sheet I have something like this:
I would like to populate Sheet2 cell F2 with the rent amount from Sheet1 IF the due date falls within the 12th and 25th.
Thanks in advance!
I'm building a budget and would like to input a date range (pay date to next pay date) and have monthly expenses populate if the due date is within that date range.
On Sheet1 I have a set of values with the day of the amount that expense is due:
E | F | G | |
1 | Expense | Date | Amount |
2 | Rent | 1 | 1500 |
On Sheet2 is the budget for that pay period with a defined pay period.
A | B | |
2 | Pay Period Start | Pay Period End |
3 | 12 | 25 |
Then on the same sheet I have something like this:
G | F | |
2 | Rent |
I would like to populate Sheet2 cell F2 with the rent amount from Sheet1 IF the due date falls within the 12th and 25th.
Thanks in advance!