When we changed the permission of a sheet from an Admin to an Owner, the new Owner is unable to copy/paste information into the sheet. The person who is now the Owner was the Admin. (we switched the A…
When you have a parent/child association, why do the dates not role up? For the percentage complete, I changed the project settings and put a check box in the dependencies enabled. How do I get the da…
With the formula below, what do I add to make a blank end date cell black instead of red? =IF(Status@row = "Complete", "Blue", IF(AND(Status@row = "Not Started", TODAY(5) <= [End Date]@row), UNICHAR(9…