I am trying to get the total OT details but the OT details are not on the same row. I usually use VlookUp, but it is not applicable if the raw data are on different rows.
Thanks in advance.
What is the source of your "raw data"? It looks like a report file that has been pushed out to excel, but is truly a printout.
You can either go to the source and produce an excel file that produces a one row for each person.
It is possible to use PowerQuery and the M language to manipulate such a file, but I think you'd be better off working on the application that generated the raw file to get it into a format that's easier to work with .... It will save you a lot of effort in the long run ...
Hi:
I am not completely sure about your requirements. I have constructed the formulas as per my understanding with the help of helper columns. Just check whether the formulas are giving you the expected results.
Note: I have converted the time values into decimals say 1:30 hrs will be converted to 1.5 hrs.
Thanks