Hi team, help me in solving the requirement
i want to calculate the time diff between check-in & last checkout dynamically. whenever the base is updated
Formula to Get First Check-in and Last Check-out Per Owner
Hi team, help me in solving the requirement
i want to calculate the time diff between check-in & last checkout dynamically. whenever the base is updated
Formula to Get First Check-in and Last Check-out Per Owner
Hi,
Your formula is correct, but the dates / times are stored as text, not numbers. You could convert them like this:
Formula:
=DATEVALUE(INDEX(TEXTSPLIT(B2,","),1))+TIMEVALUE(INDEX(TEXTSPLIT(B2,","),2))
Rule 1: Never merge cells
Rule 2: See rule 1
"Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks