IF combined with VLOOKUP and CONTAINS
milla
-
Vaucluse Posted messages 27336 Registration date Status Contributor Last intervention -
Vaucluse Posted messages 27336 Registration date Status Contributor Last intervention -
Hello,
I want to create a formula like this:
if (Vlookup contains "test" then formula 1 else formula 2).
But when I write:
if(Vlookup(...;...;...)="*test*";formula1; formula2) it returns an error.
It seems that the issue comes from ="*test*".
I want to create a formula like this:
if (Vlookup contains "test" then formula 1 else formula 2).
But when I write:
if(Vlookup(...;...;...)="*test*";formula1; formula2) it returns an error.
It seems that the issue comes from ="*test*".