Hi
I have a column of times that employees clocked in (Column D).
In I2:I13 I have a list of times that the shift actually started.
I am trying to match the time that they actually clocked in to the time that they should have clocked in.
for example, If my employee clocked in at 11:47 - I want to return the value 11:30 showing that he was 17 minutes late
Likewise if he he clocked in at 11:25, I still want to return 11:30 showing that he was 5 minutes early.
My list includes hundreds of clocked times, and I have about 9 shifts per day that I am trying to match.
Using a Mac, I am trying to use an INDEX MATCH Function with the following formula:
INDEX($I$2:$I$13;MATCH(MIN(ABS($I$2:$I$13-D23));ABS($I$2:$I$13-D23);0))
But its returning a #Value Error and I dont know why (Its not the time formatting as far as I can tell)
What am I doing wrong?
I have a column of times that employees clocked in (Column D).
In I2:I13 I have a list of times that the shift actually started.
I am trying to match the time that they actually clocked in to the time that they should have clocked in.
for example, If my employee clocked in at 11:47 - I want to return the value 11:30 showing that he was 17 minutes late
Likewise if he he clocked in at 11:25, I still want to return 11:30 showing that he was 5 minutes early.
My list includes hundreds of clocked times, and I have about 9 shifts per day that I am trying to match.
Using a Mac, I am trying to use an INDEX MATCH Function with the following formula:
INDEX($I$2:$I$13;MATCH(MIN(ABS($I$2:$I$13-D23));ABS($I$2:$I$13-D23);0))
But its returning a #Value Error and I dont know why (Its not the time formatting as far as I can tell)
What am I doing wrong?