Formula Assistance

DarrenF

Board Regular
Joined
Jun 9, 2014
Messages
90
I have 2 columns of time stamps that track when a case owner changes hands and would like to pull the last time stamp when the case was closed (In Bold - column E) and subtract it from the time the case was opened (In Bold - column C). Is it possible to search the first time for case # 12806301 appears and return it to a cell and search for the last time for case # 12806301 and subtract it to see how long the ticket was opened for?

BCDEF
1280630110/1/2018 6:27Inbound Queue10/1/2018 6:47Virginia Mason
1280630110/1/2018 6:47Virginia Mason10/1/2018 9:31Tech Queue
1280630110/1/2018 9:31Tech Queue10/1/2018 10:10Jimmy Johns
1280630110/1/2018 10:10Jimmy Johns10/2/2018 9:28Jimmy Johns

<colgroup><col span="5"></colgroup><tbody>
</tbody>
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"

Excel 2010
BCDEFGH
1
21280630110-01-18 6:27Inbound Queue10-01-18 6:47Virginia Mason10-01-18 6:2710-02-18 9:28
31280630110-01-18 6:47Virginia Mason10-01-18 9:31Tech Queue
41280630110-01-18 9:31Tech Queue10-01-18 10:10Jimmy Johns
51280630110-01-18 10:10Jimmy Johns10-02-18 9:28Jimmy Johns
61280632210-01-18 10:10Jimmy Johns10-02-18 10:28Jimmy Johns
3e
Cell Formulas
RangeFormula
G2=AGGREGATE(15,6,$C$2:$C$12/($B$2:$B$12=B2),1)
H2=AGGREGATE(14,6,$E$2:$E$12/($B$2:$B$12=B2),1)
 
Upvote 0

Forum statistics

Threads
1,215,339
Messages
6,124,362
Members
449,155
Latest member
ravioli44

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top