Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 168
Default SOMEONE CAN HELP ?

i still have an error in following formula in -- ;""; place

thanks/tufail

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


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 360
Default SOMEONE CAN HELP ?

try -

=IF(ISERROR(VLOOKUP(B1,IF(C10,Exp2,Exp),2,)),"
",(VLOOKUP(B1,IF(C10,Exp2,Exp),2,)))

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 168
Default SOMEONE CAN HELP ?

it's working very well, thank you very much.
tufail

"ward376" wrote:

try -

=IF(ISERROR(VLOOKUP(B1,IF(C10,Exp2,Exp),2,)),"
",(VLOOKUP(B1,IF(C10,Exp2,Exp),2,)))


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 05:09 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"