Hi all,
I'm a bit puzzled.
I'm using this formula where H1 is a column that identifies titles (0 being a child, 1 up to 5 being the hierarchical level) to sum the cases that are reported from the second part of the formula (If (Site Management OR Alkalin), AND (not completed and due date within 30 days....) put 1
And the formula returns a #NOMATCH :( when I transform the formula into Column formula.
Making a cell formula again, does not correct the problem.
Very strange indeed.
Anyone to help me on this?
=IF([H1]@row <> 0, SUM(CHILDREN()), IF(AND(OR([Hub]@row = "Site Management", [Hub]@row = "Alkalin"), Status@row <> "Completed", [Due Date]@row < TODAY() + [Short Term Actions in Days]#), 1))
Thanks in advance for your help.
Raoul