irfananeeza
Active Member
- Joined
- Feb 15, 2008
- Messages
- 338
- Office Version
- 2010
Hi Experts,
I am using new Filter function to return multiple values from a different workbook data. The filter is does work. However, when it returns matching values against the lookup value the other lookup values right below the matching lookup value does not get pushed down. I would like some kind of formula that determines count of matching values and then automatically push down the 2nd lookup value to the end of the list. This allows me to copy/paste filter formula down to return the matching values for the second lookup and son. I am working with a huge lookup list and doing it manually is tough. I have attached a sample screen and would appreciate your help.
Thanks in advance!
I am using new Filter function to return multiple values from a different workbook data. The filter is does work. However, when it returns matching values against the lookup value the other lookup values right below the matching lookup value does not get pushed down. I would like some kind of formula that determines count of matching values and then automatically push down the 2nd lookup value to the end of the list. This allows me to copy/paste filter formula down to return the matching values for the second lookup and son. I am working with a huge lookup list and doing it manually is tough. I have attached a sample screen and would appreciate your help.
Thanks in advance!
Book1 | |||||||
---|---|---|---|---|---|---|---|
B | C | D | E | F | |||
1 | Book1_Sheet1 | Book2_Lookup Array | |||||
2 | FILTER($E$3:$E$12,$F$3:$F$12=B3) | ||||||
3 | Invoice# | Filter Formula | Vin# | Invoice# | |||
4 | ABC123 | Company1 | Company1 | ABC123 | |||
5 | DEF123 | Company2 | Company2 | ABC123 | |||
6 | GHI123 | Company3 | Company3 | ABC123 | |||
7 | Company4 | Company4 | ABC123 | ||||
8 | Company5 | Company5 | ABC123 | ||||
9 | Region1 | DEF123 | |||||
10 | East | GHI123 | |||||
11 | West | GHI123 | |||||
12 | North | GHI123 | |||||
13 | South | GHI123 | |||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
C4:C8 | C4 | =FILTER($E$4:$E$13,$F$4:$F$13=B4) |
Dynamic array formulas. |