Shweta
Well-known Member
- Joined
- Jun 5, 2011
- Messages
- 514
Hi All,
I have the below table
<COLGROUP><COL style="WIDTH: 48pt" span=3 width=64><TBODY>
</TBODY>
I put data validation in two different cells for month . Now I want when I select the months in these cells all the data (Amount,Data) between selected months should appear in my sheet.
For ex:
In one cell I have selected "January" and in second cell "April".
Now Data between these two months should appear like below:
<COLGROUP><COL style="WIDTH: 48pt" span=2 width=64><TBODY>
</TBODY>
Please help me out on this.
Thanks & regards,
Shweta
I have the below table
month | amount | data |
january | 1234 | 12345 |
february | 1345 | 13425 |
march | 1456 | 14524 |
april | 1567 | 15625 |
may | 1657 | 16524 |
june | 1765 | 17652 |
july | 1867 | 18655 |
august | 1987 | 15676 |
september | 2123 | 18765 |
october | 2212 | 19876 |
november | 2343 | 21233 |
december | 1432 | 22765 |
<COLGROUP><COL style="WIDTH: 48pt" span=3 width=64><TBODY>
</TBODY>
I put data validation in two different cells for month . Now I want when I select the months in these cells all the data (Amount,Data) between selected months should appear in my sheet.
For ex:
In one cell I have selected "January" and in second cell "April".
Now Data between these two months should appear like below:
amount | data |
1234 | 12345 |
1345 | 13425 |
1456 | 14524 |
1567 | 15625 |
<COLGROUP><COL style="WIDTH: 48pt" span=2 width=64><TBODY>
</TBODY>
Please help me out on this.
Thanks & regards,
Shweta