Hi All
I have a spreadsheet with 2000 rows of information, What i am trying to do check the Numbers column if the cell values match and set the first time of call to 0 i:e the 0 to represent the initial call and then work out the time difference between additional calls in the time bucket field. I:e The difference between inital call and the actual next call time. I can get the formulas to work over 2 cells but if there are 3 or more calls from a number the formulas fall over. Does any one have a formula that can check if the cells either side of a number match then set the first date and time it appears to 0 and every other time after that display the difference.
[TABLE="width: 368"]
<TBODY>[TR]
[TD]Numbers</SPAN>[/TD]
[TD]Route Id</SPAN>[/TD]
[TD]CallStartTime</SPAN>[/TD]
[TD]Time Bucket</SPAN>[/TD]
[/TR]
[TR]
[TD]14357</SPAN>[/TD]
[TD]33451867</SPAN>[/TD]
[TD]14/11/2013 16:11:05</SPAN>[/TD]
[TD]0:00:47</SPAN>[/TD]
[/TR]
[TR]
[TD]14357</SPAN>[/TD]
[TD]33444609</SPAN>[/TD]
[TD]14/11/2013 16:10:18</SPAN>[/TD]
[TD]0:01:52</SPAN>[/TD]
[/TR]
[TR]
[TD]14357</SPAN>[/TD]
[TD]33444405</SPAN>[/TD]
[TD]14/11/2013 16:08:26</SPAN>[/TD]
[TD]0:00:00</SPAN>[/TD]
[/TR]
[TR]
[TD]64005</SPAN>[/TD]
[TD]33685217</SPAN>[/TD]
[TD]17/11/2013 11:36:48</SPAN>[/TD]
[TD]11:18:32</SPAN>[/TD]
[/TR]
[TR]
[TD]64005</SPAN>[/TD]
[TD]33682097</SPAN>[/TD]
[TD]17/11/2013 00:18:16</SPAN>[/TD]
[TD]0:00:00</SPAN>[/TD]
[/TR]
[TR]
[TD]107540</SPAN>[/TD]
[TD]33588041</SPAN>[/TD]
[TD]15/11/2013 16:27:47</SPAN>[/TD]
[TD]28:46:22</SPAN>[/TD]
[/TR]
[TR]
[TD]107540</SPAN>[/TD]
[TD]33382721</SPAN>[/TD]
[TD]14/11/2013 11:41:25</SPAN>[/TD]
[TD]22:55:30</SPAN>[/TD]
[/TR]
[TR]
[TD]107540</SPAN>[/TD]
[TD]33244793</SPAN>[/TD]
[TD]13/11/2013 12:45:55</SPAN>[/TD]
[TD]0:00:00</SPAN>[/TD]
[/TR]
</TBODY><COLGROUP><COL><COL><COL><COL></COLGROUP>[/TABLE]
I have a spreadsheet with 2000 rows of information, What i am trying to do check the Numbers column if the cell values match and set the first time of call to 0 i:e the 0 to represent the initial call and then work out the time difference between additional calls in the time bucket field. I:e The difference between inital call and the actual next call time. I can get the formulas to work over 2 cells but if there are 3 or more calls from a number the formulas fall over. Does any one have a formula that can check if the cells either side of a number match then set the first date and time it appears to 0 and every other time after that display the difference.
[TABLE="width: 368"]
<TBODY>[TR]
[TD]Numbers</SPAN>[/TD]
[TD]Route Id</SPAN>[/TD]
[TD]CallStartTime</SPAN>[/TD]
[TD]Time Bucket</SPAN>[/TD]
[/TR]
[TR]
[TD]14357</SPAN>[/TD]
[TD]33451867</SPAN>[/TD]
[TD]14/11/2013 16:11:05</SPAN>[/TD]
[TD]0:00:47</SPAN>[/TD]
[/TR]
[TR]
[TD]14357</SPAN>[/TD]
[TD]33444609</SPAN>[/TD]
[TD]14/11/2013 16:10:18</SPAN>[/TD]
[TD]0:01:52</SPAN>[/TD]
[/TR]
[TR]
[TD]14357</SPAN>[/TD]
[TD]33444405</SPAN>[/TD]
[TD]14/11/2013 16:08:26</SPAN>[/TD]
[TD]0:00:00</SPAN>[/TD]
[/TR]
[TR]
[TD]64005</SPAN>[/TD]
[TD]33685217</SPAN>[/TD]
[TD]17/11/2013 11:36:48</SPAN>[/TD]
[TD]11:18:32</SPAN>[/TD]
[/TR]
[TR]
[TD]64005</SPAN>[/TD]
[TD]33682097</SPAN>[/TD]
[TD]17/11/2013 00:18:16</SPAN>[/TD]
[TD]0:00:00</SPAN>[/TD]
[/TR]
[TR]
[TD]107540</SPAN>[/TD]
[TD]33588041</SPAN>[/TD]
[TD]15/11/2013 16:27:47</SPAN>[/TD]
[TD]28:46:22</SPAN>[/TD]
[/TR]
[TR]
[TD]107540</SPAN>[/TD]
[TD]33382721</SPAN>[/TD]
[TD]14/11/2013 11:41:25</SPAN>[/TD]
[TD]22:55:30</SPAN>[/TD]
[/TR]
[TR]
[TD]107540</SPAN>[/TD]
[TD]33244793</SPAN>[/TD]
[TD]13/11/2013 12:45:55</SPAN>[/TD]
[TD]0:00:00</SPAN>[/TD]
[/TR]
</TBODY><COLGROUP><COL><COL><COL><COL></COLGROUP>[/TABLE]