All -
I continue to struggle with in getting nested IF statements. I am sorry to lean on everyone so hard but I appreciate all the help. I hope to be able to contribute to this forum soon.
I need to calculate a RYGC Status (Red, Yellow, Green, Complete)
If have the following cells:
C25=Baseline Finish
D25= Finish Date (Date Field)
F25=Percentage Complete (% field)
First I need to subtract C25-D25. So if baseline finish = 6/1/11 and Finish Date is 6/11/11 the difference is 10 days.
Then I need to apply the following rules
If F25 = 100% = “C”
If difference in days is <=0 = “G”
If difference in days is >0 and <=8days = “Y”
If >8 days = “R”
If C25 or D25 are empty then show nothing.
This is making my head spin, and I appreciate the help.
Thanks
I continue to struggle with in getting nested IF statements. I am sorry to lean on everyone so hard but I appreciate all the help. I hope to be able to contribute to this forum soon.
I need to calculate a RYGC Status (Red, Yellow, Green, Complete)
If have the following cells:
C25=Baseline Finish
D25= Finish Date (Date Field)
F25=Percentage Complete (% field)
First I need to subtract C25-D25. So if baseline finish = 6/1/11 and Finish Date is 6/11/11 the difference is 10 days.
Then I need to apply the following rules
If F25 = 100% = “C”
If difference in days is <=0 = “G”
If difference in days is >0 and <=8days = “Y”
If >8 days = “R”
If C25 or D25 are empty then show nothing.
This is making my head spin, and I appreciate the help.
Thanks