Hi,
I've been hitting myself over the head for not 'getting' it, I think i'm doing the correct thing, but obviously since I'm reaching out, I am NOT ;)
If you would be so kind, please enlighten me on my error.
In a sheet summary I'm trying to do the following:
=INDEX(COLLECT(ReportSummary:ReportSummary; TypeReport:TypeReport; "Accident"; DateOccurrence:DateOccurrence; MAX(DateOccurrence:DateOccurrence)); 1)
I would like to collect the ReportSummary in the summaryfield.
Wit the following condition:
-Latest entry as per DateOccurence (It IS a Date-column)
-and where TypeReport is Accident.
Thanks in advance!