sakis_s
New Member
- Joined
- Sep 22, 2019
- Messages
- 39
- Office Version
- 2016
- Platform
- Windows
Hi! I'm trying to create a folrmula to search in different columns and if all cretiria match, then it will return the result.
For example:
If B1 contains all word cretiria from columns D,E,F should return G result.
I tried something like this:
and many other combinations of this formula but it doesn't work.
Any help would much appreciated!
For example:
A | B | C | D | E | F | G | ||
1 |
| kids | socks | 2p | 2 pack socks for kids |
If B1 contains all word cretiria from columns D,E,F should return G result.
I tried something like this:
Excel Formula:
=LOOKUP(PI();1/COUNTIF("*";B1;"*"(D:D&"*";E:E&"*";F:F&"*");G:G)
Any help would much appreciated!