Hi Guys
I have sheet - Incident Recoded, see pic below….
I have formula -
=IFERROR(INDEX(COLLECT(CHILDREN([Incident Description]@row); CHILDREN(Modified@row); MAX(CHILDREN(Modified@row))); MATCH("MTC"; CHILDREN([Primary Column]@row); 0)); "")
This formula works if on row 2 in the pic the Incidents is "MTC" but if the 2nd row is "PD" it returns a blank.
I want the formula to return the latest incident description for only incidents - "MTC"
Please advise