I'm not sure what I'm doing wrong here but any pointers would be appreciated.
I am using the following formula
=COUNTIFS('Gantt Chart'!H8:H1000,">0",'Gantt Chart'!I8:I1000,"",'Gantt Chart'!F8:F1000,"<MIN(INT((TODAY()-'Gantt Chart'!AN5)/7)+1)")
Value of the date calc is 5 and I expect the result to be 12 but I keep getting 0
I've tried
=COUNTIFS('Gantt Chart'!H8:H1000,">0",'Gantt Chart'!I8:I1000,"",'Gantt Chart'!F8:F1000,"<VALUE('Gantt Chart'!AX5)")
AX5 being a cell doing the date calculation with a result of 5 and I still get 0.
I tried substituting just for the simple 5,
=COUNTIFS('Gantt Chart'!H8:H1000,">0",'Gantt Chart'!I8:I1000,"",'Gantt Chart'!F8:F1000,"<5")
And hey presto I get my expected 12.
In another cell I've tried =2+VALUE('Gantt Chart'!AX5) and got the expected 7 and also tried =2+MIN(INT((TODAY()-'Gantt Chart'!AN5)/7)+1) to get my expected 7.
Is this something to do with the 'Is less than' symbol being used before something other than a figure?
Thanks in advance.
I am using the following formula
=COUNTIFS('Gantt Chart'!H8:H1000,">0",'Gantt Chart'!I8:I1000,"",'Gantt Chart'!F8:F1000,"<MIN(INT((TODAY()-'Gantt Chart'!AN5)/7)+1)")
Value of the date calc is 5 and I expect the result to be 12 but I keep getting 0
I've tried
=COUNTIFS('Gantt Chart'!H8:H1000,">0",'Gantt Chart'!I8:I1000,"",'Gantt Chart'!F8:F1000,"<VALUE('Gantt Chart'!AX5)")
AX5 being a cell doing the date calculation with a result of 5 and I still get 0.
I tried substituting just for the simple 5,
=COUNTIFS('Gantt Chart'!H8:H1000,">0",'Gantt Chart'!I8:I1000,"",'Gantt Chart'!F8:F1000,"<5")
And hey presto I get my expected 12.
In another cell I've tried =2+VALUE('Gantt Chart'!AX5) and got the expected 7 and also tried =2+MIN(INT((TODAY()-'Gantt Chart'!AN5)/7)+1) to get my expected 7.
Is this something to do with the 'Is less than' symbol being used before something other than a figure?
Thanks in advance.