So I have a formula working as intended, but there are two variables every month that will change and will require the formula to be updated to work.
This is the formula I have working as I want right now:
=SUMIF('2023 10'!B6:B3296, "Client 1", '2023 10'!M6:M3296)
The month tab will change every month (2023 10) and the number of rows will be different every month (3296)
Can I have the value 2023 10 in A1, and then my formula reference A1 and use the text value of A1 in the formula? I'm looking to only have to update A1/B1 each month to the new tab and row total so then all the formulas auto update to use those values, instead of updating each formula itself.
A1 = 2023 10
B1 = 3296
=SUMIF('A1'!B6:B'B1', "Client 1", 'A1'!M6:M'B1')
But it's using the text value of A1/B1, which would be my changing month and row total, to complete the formula.
Is something like this possible? If not I will continue using Find/Replace All.
Thanks.
This is the formula I have working as I want right now:
=SUMIF('2023 10'!B6:B3296, "Client 1", '2023 10'!M6:M3296)
The month tab will change every month (2023 10) and the number of rows will be different every month (3296)
Can I have the value 2023 10 in A1, and then my formula reference A1 and use the text value of A1 in the formula? I'm looking to only have to update A1/B1 each month to the new tab and row total so then all the formulas auto update to use those values, instead of updating each formula itself.
A1 = 2023 10
B1 = 3296
=SUMIF('A1'!B6:B'B1', "Client 1", 'A1'!M6:M'B1')
But it's using the text value of A1/B1, which would be my changing month and row total, to complete the formula.
Is something like this possible? If not I will continue using Find/Replace All.
Thanks.