View Single Post
 
Old 09-29-2016, 02:00 PM
Normie Normie is offline Windows 7 32bit Office 2007
Novice
 
Join Date: Nov 2015
Posts: 14
Normie is on a distinguished road
Default two week out notice

I would like to have a column that will show a visual alert for a item that is two weeks from finish and less than 50% complete I have written the formula below in Excell but cannot transfer to Project :
=IF(INT(C2-NOW()) <=14,IF(B2<=50,"R",IF(B2>50,IF(B2<76,"Y","G"))),"N A")

I have attached the excell sheet as well

Can this be done?
Attached Files
File Type: xlsx Status formula.xlsx (12.7 KB, 13 views)

Last edited by Normie; 09-30-2016 at 07:42 AM. Reason: File added
Reply With Quote