Helloitsme
New Member
- Joined
- Feb 19, 2021
- Messages
- 34
- Office Version
- 365
- Platform
- Windows
I have been looking everywhere for a solution but have had no luck so far, hopefully one of you can help me with this.
I want to compare the text in E2 with a list of text in I, J, and K, and
if the VLOOKUP is succesful in I, the formula should input the text "Nybyg",
if unsuccesful it should check J, if succesful here it should input the text "Fiber Factory",
if unsuccesful it should check K, if succesful here it should input the text "BTO"
if unsuccesful in all of the above, it should input the text "NS".
The following equation is as far as my capabilities get me, which results in "#N/A" being output in the formula field, if the "Nybyg" VLOOKUP is unsuccesful:
=IF(VLOOKUP(E2;I:I;1;FALSE)=E2;"Nybyg";
IF(VLOOKUP(E2;J:J;1;FALSE)=E2;"Fiber Factory";
IF(VLOOKUP(E2;K:K;1;FALSE)=E2;"BTO";
NS)))
Thank you in advance!
I want to compare the text in E2 with a list of text in I, J, and K, and
if the VLOOKUP is succesful in I, the formula should input the text "Nybyg",
if unsuccesful it should check J, if succesful here it should input the text "Fiber Factory",
if unsuccesful it should check K, if succesful here it should input the text "BTO"
if unsuccesful in all of the above, it should input the text "NS".
The following equation is as far as my capabilities get me, which results in "#N/A" being output in the formula field, if the "Nybyg" VLOOKUP is unsuccesful:
=IF(VLOOKUP(E2;I:I;1;FALSE)=E2;"Nybyg";
IF(VLOOKUP(E2;J:J;1;FALSE)=E2;"Fiber Factory";
IF(VLOOKUP(E2;K:K;1;FALSE)=E2;"BTO";
NS)))
Thank you in advance!