sakis_s
New Member
- Joined
- Sep 22, 2019
- Messages
- 39
- Office Version
- 2016
- Platform
- Windows
Hi all,
I have this example:
My goal is to enter a formula in B1 cell to look for text inside A1 cell from list in D column, and when/if it finds the text then paste the text from E column.
So the formula i'm using for this in B1 cell is the following:
The problem is that it returns "0" as a result.
Anyone knows what i'm doing wrong?
Thank you in advance for your help, i really appreciate your time.
I have this example:
A | B | C | D | E | |
| BAG | 555 | |||
SHOE | 333 | ||||
My goal is to enter a formula in B1 cell to look for text inside A1 cell from list in D column, and when/if it finds the text then paste the text from E column.
So the formula i'm using for this in B1 cell is the following:
Excel Formula:
=IFERROR(LOOKUP(1;0/COUNTIF(A1;"*"&D:D&"*");E:E);"No Match")
The problem is that it returns "0" as a result.
Anyone knows what i'm doing wrong?
Thank you in advance for your help, i really appreciate your time.