I use this formula which when I enter D8 in an employee calendar the master calendar will display employee,s name and D 8 for days ---- is there a way to add a N so if he is on nights it will display N ---they could be on days or nights
Code:
=IF(LEFT(UPPER('[John Doe''s Calendar..xls]2011'!C61),1)="D",'[John Doe''s Calendar..xls]2011'!A1&" "&SUBSTITUTE(UPPER('[John Doe''s Calendar..xls]2011'!C61),"D",""),"")