Hello all, hoping someone can help!
I use a spreadsheet to track credit card charge/balances. Each credit card has it's own tab that references data from a master tab in the workbook where I enter new info (balances, billing cycles, minimum payments, etc.). On each individual credit card tab I have 2 columns for Billing Period with "start date" in one cell & "end date" in the next. I want those dates to change automatically at the start of the designated billing period each month so that the first rows always return the current billing period.
My problem is that the formula I'm using changes on the 1st of each month, not at the actual start of the designated billing period referenced from the master tab.
For example:
Credit Card #1 billing period = 27th to 26th of each month
Today's date is 2/13/25
The formula is returning: 2/27/25 & 3/26/25 (correct duration, but wrong dates)
I would like it to return: 1/27/25 & 2/26/25 until we reach 2/27/25 and then automatically update to 2/27/25 & 3/26/25
The formula I'm using is =DATE(YEAR(TODAY()) ,MONTH(TODAY()) ,Summary!I10
Note that Summary!I10 is a reference to the master tab where the credit card's Billing Period Start Date (27 in this case) is located.
Any help is much appreciated!
I use a spreadsheet to track credit card charge/balances. Each credit card has it's own tab that references data from a master tab in the workbook where I enter new info (balances, billing cycles, minimum payments, etc.). On each individual credit card tab I have 2 columns for Billing Period with "start date" in one cell & "end date" in the next. I want those dates to change automatically at the start of the designated billing period each month so that the first rows always return the current billing period.
My problem is that the formula I'm using changes on the 1st of each month, not at the actual start of the designated billing period referenced from the master tab.
For example:
Credit Card #1 billing period = 27th to 26th of each month
Today's date is 2/13/25
The formula is returning: 2/27/25 & 3/26/25 (correct duration, but wrong dates)
I would like it to return: 1/27/25 & 2/26/25 until we reach 2/27/25 and then automatically update to 2/27/25 & 3/26/25
The formula I'm using is =DATE(YEAR(TODAY()) ,MONTH(TODAY()) ,Summary!I10
Note that Summary!I10 is a reference to the master tab where the credit card's Billing Period Start Date (27 in this case) is located.
Any help is much appreciated!