ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   nested vlookup does not work (https://www.excelbanter.com/excel-worksheet-functions/144905-nested-vlookup-does-not-work.html)

Lupe

nested vlookup does not work
 
Hi,
I have the following situation:
We have a list with all personnel and a list with members of Pensionfund.
We need to indicate with "No" the empty records and the records with 4 which
means ex member. Where must I indicate the 4, if I put it with a comma before
the false it is invalid. the 4th column contains the values.
=IF(VLOOKUP(A936,'PF members'!A:D,4,4,FALSE)="","No","Yes")
Plse HELP. Thanks, Lupe


Barb Reinhardt

nested vlookup does not work
 
First, you have too many arguments in your VLOOKUP. I'm not clear on the
rest of what you want so can't assist further until it's clarified.


"Lupe" wrote:

Hi,
I have the following situation:
We have a list with all personnel and a list with members of Pensionfund.
We need to indicate with "No" the empty records and the records with 4 which
means ex member. Where must I indicate the 4, if I put it with a comma before
the false it is invalid. the 4th column contains the values.
=IF(VLOOKUP(A936,'PF members'!A:D,4,4,FALSE)="","No","Yes")
Plse HELP. Thanks, Lupe


T. Valko

nested vlookup does not work
 
Try this:

=IF(OR(VLOOKUP(A936,'PF members'!A:D,4,0)={"",4}),"No","Yes")

Biff

"Lupe" wrote in message
...
Hi,
I have the following situation:
We have a list with all personnel and a list with members of Pensionfund.
We need to indicate with "No" the empty records and the records with 4
which
means ex member. Where must I indicate the 4, if I put it with a comma
before
the false it is invalid. the 4th column contains the values.
=IF(VLOOKUP(A936,'PF members'!A:D,4,4,FALSE)="","No","Yes")
Plse HELP. Thanks, Lupe





All times are GMT +1. The time now is 01:09 AM.

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