Formula/Array Calculation help

Fanwood

Board Regular
Joined
Jan 29, 2014
Messages
60
I want to find the time it took to change from one status to another for a file. I want to know the duration between the status “Pending Vendor Onboarding” and”Action required” for file number 71845 using datetimestamp. I’ve tried to do it with an array but it’s just not working.


column A: FileNumber
Column C: Status
Column D: Datetimestamp
 
Last edited:

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Are you looking for VBA to autopopulate the time it takes to change? Are you looking for a formula? Are the dats and times stored somewhere? I don't see the entire specs.
 
Upvote 0
I tried to put the excel data in and it wouldn't let me. Having trouble with this site. VBA or some sort of array formula would work. sorry its a mess but its the only way I am able to get this data in. And it would actually be for ay matching file number

FileNumber ClientName StatusHistoryStatus DateTimeStamp
71845 Lp Action Required 6/25/2014 9:25
5646656 Lp Working 6/25/2014 10:36
71845 Lp Pending Vendor Onboarding 6/1/2014 6:00
453453 Lp Accepted by Vendor with Conditions 6/25/2014 14:01
434 Lp Accepted by Vendor with Conditions 6/30/2014 14:11
71845 Lp Pending Vendor Onboarding 7/7/2014 10:16
71845 Lp Accepted by Vendor with Conditions 7/7/2014 11:52
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,514
Messages
6,125,271
Members
449,219
Latest member
daynle

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