VBA Sorting,

skipwith

New Member
Joined
Sep 19, 2006
Messages
6
Hi Message board!,

I have a requirement to sort data using Excel and I wondered if VBA would be able to assist me in the process.

My data is like this :-

Date Door Status OpCode Time Duration Traffic
01/09/2006 1 Open 20 07:00 0.20 2,010
01/09/2006 2 Open 22 07:04 0.05 1,033
01/09/2006 1 Closed 26 07:30 0.45 976

I need to be able to automatically look up the time difference Door one opening and closing and the total duration and traffic flowing through it.
The trigger to start counting is Opcode 20, the end trigger is Opcode 26.

Could anyone possibly help me?

Many thanks.
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.

Forum statistics

Threads
1,213,527
Messages
6,114,142
Members
448,551
Latest member
Sienna de Souza

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