Microsoft Project Member for 9 years 10 months Member for 9 years 10 months Submitted by DaveF on Fri, 2015-12-18 22:41 Permalink WELL DONE - Thank You WELL DONE - Thank You Member for 9 years 10 months Member for 9 years 10 months Submitted by DaveF on Fri, 2015-12-18 22:41 Permalink WELL DONE - Thank You WELL DONE - Thank You Member for 21 years 9 months Member for 21 years 9 months Submitted by Jerome Odeh on Thu, 2015-12-17 23:19 Permalink Hi David,You need nested IIF Hi David, You need nested IIF Statements. The outline nested IIF is: IIf( Exp1, Ans1, IIf( Exp2, Ans2, IIf( Exp3, Ans3, IIf( Exp4, Ans4, IIf( Exp5, Ans5, IIf( Exp6, Ans6, IIf( Exp7, Ans7, "= =" ) ) ) ) ) ) ) Replace the following in the above outline. Exp1 = ([Finish]>[Finish1]) And ([Finish]>[Finish2]) Ans1 = "> >" Exp2 = ([Finish]<[Finish1]) And ([Finish]<[Finish2]) Ans2 = "< <" Exp3 = ([Finish]>[Finish1]) And ([Finish]<[Finish2]) Ans3 = "> <" Exp4 = ([Finish]=[Finish1]) And ([Finish]>[Finish2]) Ans4 = "= >" Exp5 = ([Finish]>[Finish1]) And ([Finish]=[Finish2]) Ans5 = "> =" Exp6 = ([Finish]=[Finish1]) And ([Finish]<[Finish2]) Ans6 = "= <" Exp7 = ([Finish]<[Finish1]) And ([Finish]=[Finish2]) Ans7 = "< =" I think I have covered all possible 8 scenarios for you. See snippet below for working proof. [[wysiwyg_imageupload:3213:]] [[wysiwyg_imageupload:3214:]] Log in or register to post comments
Member for 9 years 10 months Member for 9 years 10 months Submitted by DaveF on Fri, 2015-12-18 22:41 Permalink WELL DONE - Thank You WELL DONE - Thank You
Member for 9 years 10 months Member for 9 years 10 months Submitted by DaveF on Fri, 2015-12-18 22:41 Permalink WELL DONE - Thank You WELL DONE - Thank You
Member for 21 years 9 months Member for 21 years 9 months Submitted by Jerome Odeh on Thu, 2015-12-17 23:19 Permalink Hi David,You need nested IIF Hi David, You need nested IIF Statements. The outline nested IIF is: IIf( Exp1, Ans1, IIf( Exp2, Ans2, IIf( Exp3, Ans3, IIf( Exp4, Ans4, IIf( Exp5, Ans5, IIf( Exp6, Ans6, IIf( Exp7, Ans7, "= =" ) ) ) ) ) ) ) Replace the following in the above outline. Exp1 = ([Finish]>[Finish1]) And ([Finish]>[Finish2]) Ans1 = "> >" Exp2 = ([Finish]<[Finish1]) And ([Finish]<[Finish2]) Ans2 = "< <" Exp3 = ([Finish]>[Finish1]) And ([Finish]<[Finish2]) Ans3 = "> <" Exp4 = ([Finish]=[Finish1]) And ([Finish]>[Finish2]) Ans4 = "= >" Exp5 = ([Finish]>[Finish1]) And ([Finish]=[Finish2]) Ans5 = "> =" Exp6 = ([Finish]=[Finish1]) And ([Finish]<[Finish2]) Ans6 = "= <" Exp7 = ([Finish]<[Finish1]) And ([Finish]=[Finish2]) Ans7 = "< =" I think I have covered all possible 8 scenarios for you. See snippet below for working proof. [[wysiwyg_imageupload:3213:]] [[wysiwyg_imageupload:3214:]]
Member for
9 years 10 monthsWELL DONE - Thank You
WELL DONE - Thank You
Member for
9 years 10 monthsWELL DONE - Thank You
WELL DONE - Thank You
Member for
21 years 9 monthsHi David,You need nested IIF
Hi David,
You need nested IIF Statements. The outline nested IIF is:
IIf( Exp1, Ans1, IIf( Exp2, Ans2, IIf( Exp3, Ans3, IIf( Exp4, Ans4, IIf( Exp5, Ans5, IIf( Exp6, Ans6, IIf( Exp7, Ans7, "= =" ) ) ) ) ) ) )
Replace the following in the above outline.
I think I have covered all possible 8 scenarios for you. See snippet below for working proof.
[[wysiwyg_imageupload:3213:]]
[[wysiwyg_imageupload:3214:]]