ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Nested IF statement (https://www.excelbanter.com/excel-worksheet-functions/257395-nested-if-statement.html)

Mary Lou[_2_]

Nested IF statement
 
I am trying to do a nested if statement with VLookup function. Here is an
example:

=IF(C156="NJ",(VLOOKUP($A156,Nigel!$A$10:$S$24,8,F ALSE))),IF(C156="JAM",(VLOOKUP($A156,JAM!$A$10:$S$ 24,8,FALSE)))

Not sure what i am doing wrong. the first statement works (Nigel). for the
second one i get #VALUE

can someone help me? thanks

T. Valko

Nested IF statement
 
You have too many unnecessay ( ).

=IF(C156="NJ",VLOOKUP($A156,Nigel!$A$10:$S$24,8,0) ,IF(C156="JAM",VLOOKUP($A156,Jam!$A$10:$S$24,8,0), ""))

--
Biff
Microsoft Excel MVP


"Mary Lou" wrote in message
...
I am trying to do a nested if statement with VLookup function. Here is an
example:

=IF(C156="NJ",(VLOOKUP($A156,Nigel!$A$10:$S$24,8,F ALSE))),IF(C156="JAM",(VLOOKUP($A156,JAM!$A$10:$S$ 24,8,FALSE)))

Not sure what i am doing wrong. the first statement works (Nigel). for
the
second one i get #VALUE

can someone help me? thanks




Glenn

Nested IF statement
 
Mary Lou wrote:
I am trying to do a nested if statement with VLookup function. Here is an
example:

=IF(C156="NJ",(VLOOKUP($A156,Nigel!$A$10:$S$24,8,F ALSE))),IF(C156="JAM",(VLOOKUP($A156,JAM!$A$10:$S$ 24,8,FALSE)))

Not sure what i am doing wrong. the first statement works (Nigel). for the
second one i get #VALUE

can someone help me? thanks



Try this:

=IF(C156="NJ",VLOOKUP($A156,Nigel!$A$10:$S$24,8,FA LSE),IF(C156="JAM",VLOOKUP($A156,JAM!$A$10:$S$24,8 ,FALSE)))

Mary Lou[_2_]

Nested IF statement
 
THANK YOU - PERFECT!!!

"Glenn" wrote:

Mary Lou wrote:
I am trying to do a nested if statement with VLookup function. Here is an
example:

=IF(C156="NJ",(VLOOKUP($A156,Nigel!$A$10:$S$24,8,F ALSE))),IF(C156="JAM",(VLOOKUP($A156,JAM!$A$10:$S$ 24,8,FALSE)))

Not sure what i am doing wrong. the first statement works (Nigel). for the
second one i get #VALUE

can someone help me? thanks



Try this:

=IF(C156="NJ",VLOOKUP($A156,Nigel!$A$10:$S$24,8,FA LSE),IF(C156="JAM",VLOOKUP($A156,JAM!$A$10:$S$24,8 ,FALSE)))
.


Glenn

Nested IF statement
 
You're welcome!

Mary Lou wrote:
THANK YOU - PERFECT!!!

"Glenn" wrote:

Mary Lou wrote:
I am trying to do a nested if statement with VLookup function. Here is an
example:

=IF(C156="NJ",(VLOOKUP($A156,Nigel!$A$10:$S$24,8,F ALSE))),IF(C156="JAM",(VLOOKUP($A156,JAM!$A$10:$S$ 24,8,FALSE)))

Not sure what i am doing wrong. the first statement works (Nigel). for the
second one i get #VALUE

can someone help me? thanks


Try this:

=IF(C156="NJ",VLOOKUP($A156,Nigel!$A$10:$S$24,8,FA LSE),IF(C156="JAM",VLOOKUP($A156,JAM!$A$10:$S$24,8 ,FALSE)))
.



All times are GMT +1. The time now is 07:44 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com