Hi Ganapathy,
You can convert your date column into text using:- =IF(A2="","",TEXT(A2,"mmmm yyyy")) ; where A2 is the first date. The for getting the measure data, you can use the INDEX formula as:- =INDEX(A2:B6,1,2) .
Then use the excel functionality as - DATA --> CONSOLIDATION into some other column and get the result as below- P.S- for using the consolidation feature we have to take the column headers in range as well, otherwise it won't consolidate
Hope it solves your problem.
Regards,
Rohini