I'm attempting to autofill a budget spreadsheet, based on a paychecks paydate, filling the bills due that pay period.
Bills 1-30
Pay Dates ranging from 1-30
I'm hoping to be able to plug in the Pay Date, and have the bills autofill.
I have tried something like =QUERY(B2:D10,"select B,C,D where D> '"&G31&"'"), which completes but shows no value.
I also realize that I would need to be able to decide whether it is less than or greater than the Cell value, based on the date provided.
Surely there is a simple function or small data table I can create to make this a possibility.
I'm attempting to take the DATE cell and enter a value, then pull from the list of bills, based on the number, and auto populate the Bill name, cost, and Dates. So I only need to enter the paycheck balance, and the paycheck date, to update my budget to see how much money I have/will have.
