ah_mktanlys_01
New Member
I have created this gantt calendar to see post by day for each facility.
I used the following equation
It shows some but not all of them. I cannot figure out what I need to do.
I was referencing this other excel forum for help.https://www.excelforum.com/excel-formulas-and-functions/1354561-multiple-dates-entries-in-a-gantt-chart-in-a-single-row.html
I used the following equation
Code:
=IFERROR(INDEX(SocialData[Service Line - Content Abbr.],AGGREGATE(15,6,(ROW('SOCIAL CALENDAR'!$C$11:$C$34)-ROW('SOCIAL CALENDAR'!$C$11)+1)/((SocialData[Facility]='SOCIAL CALENDAR'!$A9)/('SOCIAL CALENDAR'!B$7>=SocialData[Start Date]))/('SOCIAL CALENDAR'!B$7<=SocialData[End Date]),1)),"")
It shows some but not all of them. I cannot figure out what I need to do.
I was referencing this other excel forum for help.https://www.excelforum.com/excel-formulas-and-functions/1354561-multiple-dates-entries-in-a-gantt-chart-in-a-single-row.html