Home › Forums › Discussion › Automated process to check if a Resource has a unique calendar › Reply To: Automated process to check if a Resource has a unique calendar
Try the following formula in a resource custom text field, for example, Text1; and insert this field to the Entry table in the Resource Sheet to see the results:
iif ( ProjDateDiff( [Start];[Finish];[Name]) = ProjDateDiff( [Start];[Finish];[Base Calendar]); “”; “Check Calendar” )
Pls also see this article: http://www.msptips.com/ListCalendars.html
Good Luck.
Ismet