Hi Experts
I am working on dataset where monthwise/quarterwise data is populated from master table. I need to create a summary table which will have values only from last month of the quarter...So summary table should look for quarter name in the main dataset and return values only from first left or last right column of that quarter..
Plz help with formula
I am working on dataset where monthwise/quarterwise data is populated from master table. I need to create a summary table which will have values only from last month of the quarter...So summary table should look for quarter name in the main dataset and return values only from first left or last right column of that quarter..
Plz help with formula
Q2 | Q2 | Q2 | Q3 | Q3 | Q3 | Q4 | Q4 | Q4 | |
JUL | AUG | SEP | OCT | NOV | DEC | JAN | FEB | MAR | |
SIG | 20 | 30 | 40 | 40 | 45 | 50 | 45 | 30 | 20 |
GBU | 40 | 40 | 45 | 50 | 45 | 30 | 20 | 10 | 30 |
DM | 25 | 30 | 35 | 40 | 45 | 50 | 45 | 30 | 20 |
GRF | 30 | 35 | 40 | 45 | 50 | 55 | 60 | 65 | 70 |
Q2 | Q3 | Q4 | |||||||
SIG | 40 | 50 | 20 | ||||||
GBU | 45 | 30 | 30 | ||||||
DM | 35 | 50 | 20 | ||||||
GRF | 40 | 55 | 70 |