Convert weekly data into monthly data in VBA

yangkaiyu

New Member
Joined
Jul 4, 2019
Messages
2
Hello, I need some help

I have a worksheet called data weekly.
C4 to C108 are the date. (C4 = 2017/06/23)
D3 to AA3 are the assets.
D4:AA108 are the index of those assets.

I want to convert those data into monthly data in another worksheet called data monthly VBA.
(start from D4) C4= 2017/0630, C5 = 2017/07/31...until C27.

Please help me with that.
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Hello, I need some help

I have a worksheet called data weekly.
C4 to C108 are the date. (C4 = 2017/06/23)
D3 to AA3 are the assets.
D4:AA108 are the index of those assets.

I want to convert those data into monthly data in another worksheet called data monthly VBA.
(start from D4) C4= 2017/0630, C5 = 2017/07/31...until C27.

Please help me with that.

Do you only want the dates?
You could put an image of what you have on the sheet "weekly" and another image of what you expect from the result on the sheet "monthly"
 
Upvote 0

Forum statistics

Threads
1,214,584
Messages
6,120,387
Members
448,956
Latest member
JPav

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