USING ~ Excel 2007
I am trying to get the average time of work completed using data from my company's software and exporting to excel.
I get about 800 lines of data per person.
Is there a way to make it so, if a range of say... A1:A4 is the same, then B1:B4 and C1:C4 can be added..and then C*-B* can occur?(and then A5:A7... etc. etc) So i can get the difference in time?
or if there is a simpler way to do it, That would be great... Currently, I have been taking the highest end time, and subtracting the lowest start time... but that is requiring me to go through everything manually.
I am an excel newb 
I tried =if(A:A=A:A,C:C-B:B,E5=000) but that just gives me each line individually...
Any help is greatly appreciated!!!
Bookmarks