Hi Experts,
How should select the range through combo box.
For example: jan feb march apr may jun jul aug
10 20 30 40 50 60 55 23
32 32 23 43 22 23 43 56
12 31 13 13 31 11 12 12
here If i select the starting range and end range I want data between the range
start range: feb
end range : jul
expected output:
feb march apr may jun jul
10 20 30 40 50 60
32 32 23 43 22 23
12 31 13 13 31 11