Hi all,
I need to write a macro for the following case, can anyone help me with it?
I have an excel sheet which has 6 columns, one column is Status, 2nd column is time and third col is pid. Now for any case there can be many "sets" of data having the same pid, but different status and times.
The staus could be Start, doing 1, doing 2, error1, complete.
I need to write something which can add another column to this worksheet and for each pid, give me the difference between times where status is complete minus start.
Can someone explain me how to do this?
I need to write a macro for the following case, can anyone help me with it?
I have an excel sheet which has 6 columns, one column is Status, 2nd column is time and third col is pid. Now for any case there can be many "sets" of data having the same pid, but different status and times.
The staus could be Start, doing 1, doing 2, error1, complete.
I need to write something which can add another column to this worksheet and for each pid, give me the difference between times where status is complete minus start.
Can someone explain me how to do this?
Comment