Info Sheet - column (G2:G27) show status of item whether paid for current month or not.
Current Formula:
=IF(Payments!L3>0,"Paid","UnPaid")
The above formula works, however I have to change all the formula's every month to change to next colum in Payments Sheet
Payments Sheet:
A3:A26 has same Name of Item in Info Sheet
Is there some formula that can be achieved that will change the L3 in above formula to match the current Month?
In Payments Sheet Row 1 Has each 3 letter Month C1:N1
In Payments Sheet Row 2 has each Number for each month C2:N2
So the result would be that the above Formula for month of Oct would look at
=IF(Payments!M3>0,"Paid","UnPaid") (M3 being Oct column) and so forth down to row 26(one row for each payble item)
I am thinking that by using a formula that looks at the month number and then defining a Name for each Column that the formula can know which column to use
Current Formula:
=IF(Payments!L3>0,"Paid","UnPaid")
The above formula works, however I have to change all the formula's every month to change to next colum in Payments Sheet
Payments Sheet:
A3:A26 has same Name of Item in Info Sheet
Is there some formula that can be achieved that will change the L3 in above formula to match the current Month?
In Payments Sheet Row 1 Has each 3 letter Month C1:N1
In Payments Sheet Row 2 has each Number for each month C2:N2
So the result would be that the above Formula for month of Oct would look at
=IF(Payments!M3>0,"Paid","UnPaid") (M3 being Oct column) and so forth down to row 26(one row for each payble item)
I am thinking that by using a formula that looks at the month number and then defining a Name for each Column that the formula can know which column to use
Last edited: