Hello,
I am trying to create a formula that will tell me if an item is late is there is no completion date entered and if the expected completion date is greater than today. The problem is that the actual completion date is pulling in a "" if there is no value entered on the next tab. That formula is below:
=IF(ACGF!S12=0,"",ACGF!S12)
So if there is no value in S12 on tab ACGF, it is entering "".
Now, when trying to determine if this is late or not, all the ""s are giving me issues. The formula I am trying to use is below:
=IF(completion date>0,"",IF(expected completion date>TODAY(),"LATE",""))
I can attach an example if necessary.
Thank you,
culle1bj
I am trying to create a formula that will tell me if an item is late is there is no completion date entered and if the expected completion date is greater than today. The problem is that the actual completion date is pulling in a "" if there is no value entered on the next tab. That formula is below:
=IF(ACGF!S12=0,"",ACGF!S12)
So if there is no value in S12 on tab ACGF, it is entering "".
Now, when trying to determine if this is late or not, all the ""s are giving me issues. The formula I am trying to use is below:
=IF(completion date>0,"",IF(expected completion date>TODAY(),"LATE",""))
I can attach an example if necessary.
Thank you,
culle1bj