Hello All I would like some help with a formula.
Current forluma work perfectly..
=IF(COUNTIFS(Exclude:Exclude, @cell <> 1, [Live Schedule]:[Live Schedule], @cell = 1, [Comp/ Ok To Pay]:[Comp/ Ok To Pay], @cell <> 1, [Construction Schedule]:[Construction Schedule], @cell = 1) > 0, INDEX(COLLECT([Day # of Const]:[Day # of Const], [Start Date]:[Start Date], @cell = [Days Metrics Helper Date]@row, Exclude:Exclude, @cell <> 1, [Live Schedule]:[Live Schedule], @cell = 1, [Comp/ Ok To Pay]:[Comp/ Ok To Pay], @cell <> 1, [Construction Schedule]:[Construction Schedule], @cell = 1), 1))
Now I have another column/ condition I would like to add to this…. The Column Name I added is "Ignore Day Of Const" (it is a check box column) . If that is checked it also acts like the exclude or comp/ok to pay columns where is skips to the next date… I am just not sure how to add the new column to the formula. I keep getting an error when trying to add it.
Thanks