Forum Discussion
Excel Project Gantt Chart: Adding Milestone Diamond
- Mar 09, 2023
I have received the workbook. The problem was not in the character, but in the formula.
The formula in J6 should be
=IF(J$4=$E6-WEEKDAY($E6,13)+7,"u","")
with the font set to Wingdings. Fill to the right and down. See the attached version.
The same thing. I don't understand why it isn't working for just the Gantt chart
I have received the workbook. The problem was not in the character, but in the formula.
The formula in J6 should be
=IF(J$4=$E6-WEEKDAY($E6,13)+7,"u","")
with the font set to Wingdings. Fill to the right and down. See the attached version.
- DavinAinebyonaMar 10, 2023Copper ContributorThank you soo much!
- PeterBartholomew1Apr 16, 2024Silver Contributor
A different approach. This formula spills from cell J6 and generates a couple of unicode characters.
= IF(FLOOR(timeline - taskStart, 7), "", start) & IF(FLOOR(timeline - taskEnds, 7), "", milestone)
- annalwFeb 23, 2024Copper Contributor
I am also struggling with getting milestones on my chart and I can't seem to figure out what isn't working. Would you be able to help me ? HansVogelaar
- HansVogelaarFeb 23, 2024MVP
I have replied to your private message.
- BubblesgocApr 16, 2024Copper Contributor
Can you help with mine please? I have copied your formula as well as others but it still wont work.
Thank you