Consolodate inconsistent month column data from diff sheets to new workbook

Yashi1807

New Member
Joined
Feb 15, 2021
Messages
1
Office Version
  1. 365
Platform
  1. Windows
I have few workbooks(X,Y,Z) with multiple sheets(a,b,c) and I need to extract few columns from one of the sheet(a) and merge these sheet(a) columns data to single sheet.

COLUMNS are static and dynamic

Static - these column names are same and present in all the sheet(a) of the workbooks(x,y,z) eg name, age etc

Dynamic - these columns are arranged by month like Jan, feb, mar, Apr in sheet(a) and like Jan, Apr, may in another sheet(a) of different workbook

These columns need to be extracted in a sorted order and consolidated to a new workbook
Name, age, Jan, feb,mar, Apr from sheet a of workbook x
Name, age, Jan, feb, mar, apr, may from sheet a of workbook y - feb and mar should be assigned value 0

My challenge is how do I extract months column data as they are different In some sheet but should be in sorted order like Jan till Dec in new workbook and assigned value 0 in case that month is missing for particular name
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.

Forum statistics

Threads
1,214,784
Messages
6,121,539
Members
449,038
Latest member
Guest1337

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