J
Jerry
Help, I've almost given up on this.
I'm using VLOOKUP in a certain cell. This formula returns a value from
another worksheet. I have this part down pat.
What I want to do is use the value returned from the cell having the
VLOOKUP formula in another cell so I can label the other cell a certain
way. My VLOOKUP formula is:
=IF(ISNA(VLOOKUP($G$18,'DJC2 ARN DATA'!$A$5:$U$3005,8,FALSE))," ",VLOOKUP
($G$18,'DJC2 ARN DATA'!$A$5:$U$3005,8,FALSE))
Let's say that this VLOOKUP formula is in cell G21.
I want to put "PRIMARY NUMBER" in cell G16 if the value retuned in G21 is
1, 2, or 3. In other words, I want to label G16 as "PRIMARY NUMBER" if the
value returned by the VLOOKUP formula in G21 returns a 1, 2, or 3.
I suspect I have to use an IF statement to do this, but I'm struggling to
get it to work.
I will certainly appreciate any help I can get.
TIA,
Jerry
I'm using VLOOKUP in a certain cell. This formula returns a value from
another worksheet. I have this part down pat.
What I want to do is use the value returned from the cell having the
VLOOKUP formula in another cell so I can label the other cell a certain
way. My VLOOKUP formula is:
=IF(ISNA(VLOOKUP($G$18,'DJC2 ARN DATA'!$A$5:$U$3005,8,FALSE))," ",VLOOKUP
($G$18,'DJC2 ARN DATA'!$A$5:$U$3005,8,FALSE))
Let's say that this VLOOKUP formula is in cell G21.
I want to put "PRIMARY NUMBER" in cell G16 if the value retuned in G21 is
1, 2, or 3. In other words, I want to label G16 as "PRIMARY NUMBER" if the
value returned by the VLOOKUP formula in G21 returns a 1, 2, or 3.
I suspect I have to use an IF statement to do this, but I'm struggling to
get it to work.
I will certainly appreciate any help I can get.
TIA,
Jerry