Hi all I need some help in the following.
I have two sheets, Ax and Bx;
In sheet Ax I created a dropdownlist menu with values:
- Value 1
- Value 2
- Value 3
In sheet Bx I have 6 rows of cells with data lets say:
A1 --> A5
B1 --> B5
C1 --> C5
E1 --> E5
F1 --> F5
G1 --> G5
Now what I want to do is that if I select Value 1 from the list in sheet Ax it will grab range from sheet Bx: A1 --> A5 + E1 --> E5 and show me those.
If I selct Value 2: It will grab range from sheet Bx: B1 --> B5 + F1 --> F5 and show me those.
Same with Value 3.
How can I do this ?
I have two sheets, Ax and Bx;
In sheet Ax I created a dropdownlist menu with values:
- Value 1
- Value 2
- Value 3
In sheet Bx I have 6 rows of cells with data lets say:
A1 --> A5
B1 --> B5
C1 --> C5
E1 --> E5
F1 --> F5
G1 --> G5
Now what I want to do is that if I select Value 1 from the list in sheet Ax it will grab range from sheet Bx: A1 --> A5 + E1 --> E5 and show me those.
If I selct Value 2: It will grab range from sheet Bx: B1 --> B5 + F1 --> F5 and show me those.
Same with Value 3.
How can I do this ?