I have the following formula below:
I would like to set up a list of numbers in my workbook F1 to F10 for eg
1
2
3
4
5
6
7
8
9
10
I would like to incorporate the numbers into the last part of the formula so that if I copy the formula so from B4 to B6, I want the last item in the
formula to link to a number so that Overaged!$AI4 changes to Overaged!$AI5 and not Overaged!$AI6
Formula should look like this but not sure how to do this
It would be appreciated if someone could kindly assist me in resolving this
Code:
=COUNTIFS('New Inventory'!$AI:$AI,Overaged!C$3,'New Inventory'!$AK:$AK,Overaged!$AI4)
I would like to set up a list of numbers in my workbook F1 to F10 for eg
1
2
3
4
5
6
7
8
9
10
I would like to incorporate the numbers into the last part of the formula so that if I copy the formula so from B4 to B6, I want the last item in the
formula to link to a number so that Overaged!$AI4 changes to Overaged!$AI5 and not Overaged!$AI6
Formula should look like this but not sure how to do this
Code:
=COUNTIFS('New Inventory'!$AI:$AI,Overaged!C$3,'New Inventory'!$AK:$AK,Overaged!$AI&F5)
It would be appreciated if someone could kindly assist me in resolving this