Hello!
First of all, wishes of a Happy New Year!
I am new to VBA and I'd like to ask for some help.
In sheet 1, there are several options that one can choose (A, B, C and D). More than option can be choosen.
After that, I would like that in sheet2, only the choices made in sheet1 appear in sheet 2.
For example, let's say I choose A and C on sheet 1. Rows 6 and 8 should be hidden and so on (the row 4 needs to be always visible).
Sheet 1:
Sheet 2:
Thank you a lot!
Th
First of all, wishes of a Happy New Year!
I am new to VBA and I'd like to ask for some help.
In sheet 1, there are several options that one can choose (A, B, C and D). More than option can be choosen.
After that, I would like that in sheet2, only the choices made in sheet1 appear in sheet 2.
For example, let's say I choose A and C on sheet 1. Rows 6 and 8 should be hidden and so on (the row 4 needs to be always visible).
Sheet 1:
Cell Formulas | ||
---|---|---|
Range | Formula | |
E2:E5 | E2 | =+IF(D2=TRUE,1,0) |
Sheet 2:
question.xlsx | |||||||||
---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | |||
1 | |||||||||
2 | Product | ||||||||
3 | |||||||||
4 | X (Common to all) | ||||||||
5 | A | ||||||||
6 | B | ||||||||
7 | C | ||||||||
8 | D | ||||||||
9 | |||||||||
Sheet 2 |
Thank you a lot!
Th