Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I am using this formula =VLOOKUP(B1,IF(C10,Exp2,Exp),2,) now problam is that when cell C1 empty this error is coming out #N/A now plz tell me what should i do for this error, i means i waon't show this error even C1 is empty. Thanks/Tufail |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Tufail,
This is how i get round i =if(iserr(VLOOKUP(B1,IF(C10,Exp2,Exp),2,);"";VLOO KUP(B1,IF(C10,Exp2,Exp),2,)) There are probably better solutions but using IF and ISERR was the first I came across when I was looking. Hope it helps "Tufail" wrote: Hello, I am using this formula =VLOOKUP(B1,IF(C10,Exp2,Exp),2,) now problam is that when cell C1 empty this error is coming out #N/A now plz tell me what should i do for this error, i means i waon't show this error even C1 is empty. Thanks/Tufail |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
very sorry to say could you check it again coz it's doesn't work here, i
think some problam in coulm sing -- ;"";VLOOKUP waiting your prompt action. "DDonnachie" wrote: Hi Tufail, This is how i get round it =if(iserr(VLOOKUP(B1,IF(C10,Exp2,Exp),2,);"";VLOO KUP(B1,IF(C10,Exp2,Exp),2,)) There are probably better solutions but using IF and ISERR was the first I came across when I was looking. Hope it helps "Tufail" wrote: Hello, I am using this formula =VLOOKUP(B1,IF(C10,Exp2,Exp),2,) now problam is that when cell C1 empty this error is coming out #N/A now plz tell me what should i do for this error, i means i waon't show this error even C1 is empty. Thanks/Tufail |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You need to replace the ; with whatever delimiter you're using. Most
probably a comma. |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You need to replace the ; with whatever you have as your delimiter.
Most probably a comma. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multi Vlookup #N/A Error ! | Excel Discussion (Misc queries) | |||
multi vlookup | Excel Discussion (Misc queries) | |||
VLOOKUP and Multi Lists | New Users to Excel | |||
Vlookup with multi values | Excel Worksheet Functions | |||
Multi-condition vlookup | Excel Worksheet Functions |