Clocking In / Out
I am trying to create a formula where if a Green Circle symbol drop down is chosen, then it records the time from the Date Modified Column. I keep getting invalid data type. Can someone tell me where the error is in this formula?
=IF([Clock In ]@row, "Yes", TIME(RIGHT([Date Modified]@row, 8)))