vlookup problem

ringmaster

New Member
Joined
Sep 1, 2005
Messages
13
hi all

I have a vlookup problem with the dutch version of excel
this is the code that supposed to work but no excel says there is an error

=ALS(ISNB(VERT.ZOEKEN($B$25;Blad3!$A$1:$B$3;2;0)),"Leeg",VERT.ZOEKEN($B$25;Blad3!$A$1:$B$3;2;0))
the error starts at and ends here ,"leeg",VERT.ZOEKEN

What i'm doing wrong ?

If=Als ISNA=ISNB VLOOKUP=VERT.ZOEKEN


greetzz

Anco
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Hello, ringmaster,
Welcome to the Board !!!!

On the main page of Excel Questions there is a link
Recommended Add-ins and Links where you will find a formula-translator: this can be handy posting formulas here :)

do you have commas in your formula ?
you should have ";"
=ALS(ISNB(VERT.ZOEKEN($B$25;blad3!$A$1:$B$3;2;0));"Leeg";VERT.ZOEKEN($B$25;blad3!$A$1:$B$3;2;0))
english
Code:
=IF(ISNA(VLOOKUP($B$25,blad3!$A$1:$B$3,2,0)),"Leeg",VLOOKUP($B$25,blad3!$A$1:$B$3,2,0))
if you want to ask your question in Dutch: go to the International Forum

NOTE: you didn't reply yet to the response you got in your first post, would be better to do so to my sense :wink:

kind regards,
Erik
 
Upvote 0
Thanks Eric it works Great !!
Strange but the excel help says commas on the fromula i used very wierd
microsoft error i think

Thanks for the info
 
Upvote 0

Forum statistics

Threads
1,213,536
Messages
6,114,213
Members
448,554
Latest member
Gleisner2

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top