I am currently trying to solve an error that occurs when I combine two formulas and haven't been very successful.
Both of them are used in a Gannt chart and work well individually, however, when I combine them it returns an error.
=AND(IF(AND(Q$23>=$O26;Q$23<=$O26+$N26);IF($O26+$N26*$HI$27>Q$23;$HI$26;"");"");WORKDAY(O26;N26-1;$HO$22:$HO$46))
Q$23 gantt chart calendar sucession.
O$26 Start date.
N$26 Duration.
$H$27 Percentage (always 100% )
$H$26 The in-cell square to track completed time ( great idea by the way)
$HO$22:$HO$46 List of holidays in my location.
I have been unable to write the propper AND formula to combine the workday display with the in cell squares for the actual duration.
Any help is much appreciated.
Thank you Chandoo!!!
Both of them are used in a Gannt chart and work well individually, however, when I combine them it returns an error.
=AND(IF(AND(Q$23>=$O26;Q$23<=$O26+$N26);IF($O26+$N26*$HI$27>Q$23;$HI$26;"");"");WORKDAY(O26;N26-1;$HO$22:$HO$46))
Q$23 gantt chart calendar sucession.
O$26 Start date.
N$26 Duration.
$H$27 Percentage (always 100% )
$H$26 The in-cell square to track completed time ( great idea by the way)
$HO$22:$HO$46 List of holidays in my location.
I have been unable to write the propper AND formula to combine the workday display with the in cell squares for the actual duration.
Any help is much appreciated.
Thank you Chandoo!!!