Forum Discussion
sross
Sep 05, 2018Copper Contributor
Adding a IF formula to an AND formula
Good morning. I am trying to set up a project calendar for my marketing department and found that using conditional formatting was the best way to do it for what we need instead of using a Gantt...
Philip West
Sep 05, 2018Steel Contributor
Try something like this in G7: =if(G7=$E7,$D7,"")
then copy it to all the other cells in the calendar portion. It should add the project title to cell of the first day.
sross
Sep 06, 2018Copper Contributor
I received an error message: "Circular dependency detected."