#1   Report Post  
Posted to microsoft.public.excel.misc
VAP VAP is offline
external usenet poster
 
Posts: 3
Default formula(s)

Is there anyway to not display '#n/a' when use a 'vlookup' formula?(or maybe
display a '0' instead of a 'n/a')
  #2   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default formula(s)

=IF(ISNA(YourVlookupFormula),"",YourVlookupFormula )

or, replace the "" with a zero

Vaya con Dios,
Chuck, CABGx3



"VAP" wrote:

Is there anyway to not display '#n/a' when use a 'vlookup' formula?(or maybe
display a '0' instead of a 'n/a')

  #3   Report Post  
Posted to microsoft.public.excel.misc
VAP VAP is offline
external usenet poster
 
Posts: 3
Default formula(s)

Ok it did not work ... it change the one's with information to blank to.

this is my formula

=IF(VLOOKUP(E2,'4 Jan 07'!$D:$L,1,FALSE)=E2,VLOOKUP(E2,'4 Jan
07'!$D:$L,9,FALSE)," ")


were would insert the 'isna" part to my formula?



"CLR" wrote:

=IF(ISNA(YourVlookupFormula),"",YourVlookupFormula )

or, replace the "" with a zero

Vaya con Dios,
Chuck, CABGx3



"VAP" wrote:

Is there anyway to not display '#n/a' when use a 'vlookup' formula?(or maybe
display a '0' instead of a 'n/a')

  #4   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default formula(s)

=IF(ISNA(IF(VLOOKUP(E2,'4 Jan 07'!$D:$L,1,FALSE)=E2,VLOOKUP(E2,'4 Jan
07'!$D:$L,9,FALSE)," ")),"",IF(VLOOKUP(E2,'4 Jan
07'!$D:$L,1,FALSE)=E2,VLOOKUP(E2,'4 Jan 07'!$D:$L,9,FALSE)," ")

Vaya con Dios,
Chuck, CABGx3



"VAP" wrote:

Ok it did not work ... it change the one's with information to blank to.

this is my formula

=IF(VLOOKUP(E2,'4 Jan 07'!$D:$L,1,FALSE)=E2,VLOOKUP(E2,'4 Jan
07'!$D:$L,9,FALSE)," ")


were would insert the 'isna" part to my formula?



"CLR" wrote:

=IF(ISNA(YourVlookupFormula),"",YourVlookupFormula )

or, replace the "" with a zero

Vaya con Dios,
Chuck, CABGx3



"VAP" wrote:

Is there anyway to not display '#n/a' when use a 'vlookup' formula?(or maybe
display a '0' instead of a 'n/a')

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,718
Default formula(s)

Try this:

=IF(COUNTIF('4 Jan 07'!$D:$L,E2),VLOOKUP(E2,'4 Jan 07'!$D:$L,9,FALSE)," ")


"VAP" wrote:

Ok it did not work ... it change the one's with information to blank to.

this is my formula

=IF(VLOOKUP(E2,'4 Jan 07'!$D:$L,1,FALSE)=E2,VLOOKUP(E2,'4 Jan
07'!$D:$L,9,FALSE)," ")


were would insert the 'isna" part to my formula?



"CLR" wrote:

=IF(ISNA(YourVlookupFormula),"",YourVlookupFormula )

or, replace the "" with a zero

Vaya con Dios,
Chuck, CABGx3



"VAP" wrote:

Is there anyway to not display '#n/a' when use a 'vlookup' formula?(or maybe
display a '0' instead of a 'n/a')



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,393
Default formula(s)

An alternative is to use COnditional Formatting to hide the #N/A
best wishes
--
Bernard Liengme
http://people.stfx.ca/bliengme

"VAP" wrote in message
...
Is there anyway to not display '#n/a' when use a 'vlookup' formula?(or
maybe
display a '0' instead of a 'n/a')


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 09:50 AM.

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

About Us

"It's about Microsoft Excel"