I comparing my Actual Duration (AD) to my Original Duration (OD) using "SUMPRODUCT". The issues i am have is it works in version #1 on all my workbooks, but in Version #2 i am only able to get it work in one workbook.
Version #1
=SUMPRODUCT((ALL_Data[PCT]=1)*(ALL_Data[MAIN]="P")*(ALL_Data[Update]=US)*(ALL_Data[AD]>ALL_Data[OD])) this returns 107
Version #2
=SUMPRODUCT((ALL_Data[PCT]=1)*(ALL_Data[MAIN]="P")*(ALL_Data[Update]=US_2)*(ALL_Data[AD]>ALL_Data[OD])*((ALL_Data[AD]-ALL_Data[OD])>20)) this returns #NAME?
Delta between #1 and #2 is the adding AD-OD>20. As i noted above i have it work on one of my other projects. Can anyone tell me why it works in one workbook and not another (also, the workbook that is not working is a copy of the workbook that is working). Thanks for any and all help.
Version #1
=SUMPRODUCT((ALL_Data[PCT]=1)*(ALL_Data[MAIN]="P")*(ALL_Data[Update]=US)*(ALL_Data[AD]>ALL_Data[OD])) this returns 107
Version #2
=SUMPRODUCT((ALL_Data[PCT]=1)*(ALL_Data[MAIN]="P")*(ALL_Data[Update]=US_2)*(ALL_Data[AD]>ALL_Data[OD])*((ALL_Data[AD]-ALL_Data[OD])>20)) this returns #NAME?
Delta between #1 and #2 is the adding AD-OD>20. As i noted above i have it work on one of my other projects. Can anyone tell me why it works in one workbook and not another (also, the workbook that is not working is a copy of the workbook that is working). Thanks for any and all help.