S
SRH@Boise
I am trying to build an IF formula, that first looks for the value in a
column on another tab, if found leave blank, If not found, to display text
(an "x").
I have tried variations of the following formula, unfortunately it says I
have too many arguments for this function.
=IF(ISNA(VLOOKUP(A2,'cardholder
list'!A:E,3,FALSE))=TRUE,"x",VLOOKUP(A2,'cardholder list'!A:E,3,FALSE)=
false, "")
I have tried to interchange false inside the vlookup to true and not getting
the desired result.
I appreciate any suggestions you have.
column on another tab, if found leave blank, If not found, to display text
(an "x").
I have tried variations of the following formula, unfortunately it says I
have too many arguments for this function.
=IF(ISNA(VLOOKUP(A2,'cardholder
list'!A:E,3,FALSE))=TRUE,"x",VLOOKUP(A2,'cardholder list'!A:E,3,FALSE)=
false, "")
I have tried to interchange false inside the vlookup to true and not getting
the desired result.
I appreciate any suggestions you have.