I have searched but not been able to find a solution anywhere. I'm assuming I have to use an array of some sort. I'm trying to simplify my data and still have it make sense.
I essentially have two columns on one sheet (Sheet1). Column A is all months.
COLUMN A COLUMN B
JAN AB
JAN AC
FEB BA
FEB BB
MAR CA
MAR CB
APR DA
MAY EA
JUN FA
JAN AD
JUL GA
JUL GB
On Another sheet (Sheet2), I need to pull everything in sheet 1,column B that has Jan or Feb. So my output on sheet 2 would be the 2(or 3 or 4; the data does change all the time) months I need in column A which I would manually enter and column B would be the output.
COLUMN A COLUMN B
JAN AB
FEB AC
BA
BB
AD
Essentially, I need a nested OR statement to index Sheet1, Column B while matching Sheet 1, Column A and all instances of Sheet 2, Column B
I have attached an excel workbook if it is easier to work with.
Thanks in advance for any help!
I essentially have two columns on one sheet (Sheet1). Column A is all months.
COLUMN A COLUMN B
JAN AB
JAN AC
FEB BA
FEB BB
MAR CA
MAR CB
APR DA
MAY EA
JUN FA
JAN AD
JUL GA
JUL GB
On Another sheet (Sheet2), I need to pull everything in sheet 1,column B that has Jan or Feb. So my output on sheet 2 would be the 2(or 3 or 4; the data does change all the time) months I need in column A which I would manually enter and column B would be the output.
COLUMN A COLUMN B
JAN AB
FEB AC
BA
BB
AD
Essentially, I need a nested OR statement to index Sheet1, Column B while matching Sheet 1, Column A and all instances of Sheet 2, Column B
I have attached an excel workbook if it is easier to work with.
Thanks in advance for any help!