I'm after a bit of Excel help and was hoping one of you might be able to oblige. I have a sheet of data (exported from Apple Health) that essentially contains columns for date, hour, number of steps. Sample data...

I've managed to create an array formula that calculates the max number of steps in a single day, using the following...
{=MAX(SUMIF(Table1[DATE],Table1[DATE],Table1[STEPS]))}
I now want to create another formula that tells me which date that was.
I'm familiar with Index and Match, but not having much luck.
Any help and assistance appreciated.
Thanks :)