Hi, in column A I have different values formatted as text.
In column B, I want to get values from column A, but without specific texts.
Column D contains the texts I will be looking for.
I've tried different formulas, but I can't leave out more specific texts.
Thanks.
Slavio
In column B, I want to get values from column A, but without specific texts.
Column D contains the texts I will be looking for.
I've tried different formulas, but I can't leave out more specific texts.
Find-Results.xlsx | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | Text1 | 656OIuz | desired results in column B | Text1 | ||
2 | 656OIuz | Text2 | 656OIuz | Text2 | ||
3 | Text2 | Text3 | klsdgjk5689 | Text3 | ||
4 | Text3 | klsdgjk5689 | 789789879 | Text4 | ||
5 | klsdgjk5689 | 789789879 | 65669 | |||
6 | 789789879 | Text4 | ||||
7 | Text4 | 65669 | ||||
8 | 65669 | 0 | ||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
B1:B1048575 | B1 | =FILTER(A:A,A:A<>"Text1") |
Dynamic array formulas. |
Thanks.
Slavio