Combining information for same date and then produce report

kypok999

New Member
Joined
Oct 20, 2017
Messages
41
Hi Guys,

I have data which I would like to automate for my reporting so

I have raw data so firstyl i would like to group by dates if ship name is the same and if "Secondary Mode" is Breakdown also I want to group by "Description" if its the same

So If Ship nm1 had breakdown in january from 01/01/2017 till 16/01/2017 if Secondary mode is "breakdown" I want report to show

01/01/2017-01/16/2016 Ship NM1 Breakdown and Description I attached file as example with data

https://docs.google.com/spreadsheets/d/1vLOpUxXs6v93Luf-iZOIwTVUmHCnwMuj0dmFkHMiUrM/edit?usp=sharing

thank you
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
I'm nearly positive this would have to be a VBA solution. It would have to check for concurrent dates, too, right? There is a gap between 1/13/2017 and 1/16/2017 is why I ask. What if the Main Mode value changes? Columns I & J would need to be summed? Is there an instance where the ship number and ship name are not matching?
 
Upvote 0

Forum statistics

Threads
1,223,228
Messages
6,170,871
Members
452,363
Latest member
merico17

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