Hi,
I would like to COUNTIF the date in "Start date" and "End date" columns, on the same sheet, are the same.
It was quite simple to do it in an extra column per row:
=COUNTIF([End date]1, [Start date]1)
But would need to expand every time a row is added.
Unfortunately, even after looking on the forum I didn't succeed to make for all rows in the sheet summary, without the extra column.
Is it a solution?