Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 140
Default ISNA Help Please Please please

Hi
Can someone please add an ISNA bit to this please for use into excel 2007.
I have been trying for ages and have been getting all tied up with it
Many Thanks
Matt



=VLOOKUP(J5,A:B,2,FALSE)

--
Matt Lynn

Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...tions/201003/1

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 834
Default ISNA Help Please Please please

=IFERROR(VLOOKUP(J5,A:B,2,FALSE),"")


--

HTH

Bob

"Mattlynn via OfficeKB.com" <u44078@uwe wrote in message
news:a4b544db98c65@uwe...
Hi
Can someone please add an ISNA bit to this please for use into excel 2007.
I have been trying for ages and have been getting all tied up with it
Many Thanks
Matt



=VLOOKUP(J5,A:B,2,FALSE)

--
Matt Lynn

Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...tions/201003/1



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default ISNA Help Please Please please

Do it this way:
=IF(ISNA(VLOOKUP(J5,A:B,2,FALSE)),"",VLOOKUP(J5,A: B,2,FALSE))

Regards,
Fred


"Mattlynn via OfficeKB.com" <u44078@uwe wrote in message
news:a4b544db98c65@uwe...
Hi
Can someone please add an ISNA bit to this please for use into excel 2007.
I have been trying for ages and have been getting all tied up with it
Many Thanks
Matt



=VLOOKUP(J5,A:B,2,FALSE)

--
Matt Lynn

Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...tions/201003/1


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 140
Default ISNA Help Please Please please

thank you everyone - thats just what i needed - perfectomundo

Matt


Fred Smith wrote:
Do it this way:
=IF(ISNA(VLOOKUP(J5,A:B,2,FALSE)),"",VLOOKUP(J5,A :B,2,FALSE))

Regards,
Fred

Hi
Can someone please add an ISNA bit to this please for use into excel 2007.

[quoted text clipped - 3 lines]

=VLOOKUP(J5,A:B,2,FALSE)


--
Matt Lynn

Message posted via http://www.officekb.com

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default ISNA Help Please Please please

Mat,

I prefer this method

=IF(COUNTIF(A:A,J5)0,VLOOKUP(J5,A:B,2,FALSE),"")

but if you want isna

=IF(ISNA(VLOOKUP(J5,A:B,2,FALSE)),"",VLOOKUP(J5,A: B,2,FALSE))

BTW. Unless it's essential then avoid using full columns, it can slow things
down a lot.


--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"Mattlynn via OfficeKB.com" wrote:

Hi
Can someone please add an ISNA bit to this please for use into excel 2007.
I have been trying for ages and have been getting all tied up with it
Many Thanks
Matt



=VLOOKUP(J5,A:B,2,FALSE)

--
Matt Lynn

Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...tions/201003/1

.



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 834
Default ISNA Help Please Please please


"Mike H" wrote in message
...

BTW. Unless it's essential then avoid using full columns, it can slow
things
down a lot.


In an arry formula using too many rows can be a problem Mike, but in a
non-array function, I don't think so.


  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default ISNA Help Please Please please

You're welcome. Thanks for the feedback.

Regards,
Fred

"Mattlynn via OfficeKB.com" <u44078@uwe wrote in message
news:a4b58e42e8f7c@uwe...
thank you everyone - thats just what i needed - perfectomundo

Matt


Fred Smith wrote:
Do it this way:
=IF(ISNA(VLOOKUP(J5,A:B,2,FALSE)),"",VLOOKUP(J5, A:B,2,FALSE))

Regards,
Fred

Hi
Can someone please add an ISNA bit to this please for use into excel
2007.

[quoted text clipped - 3 lines]

=VLOOKUP(J5,A:B,2,FALSE)


--
Matt Lynn

Message posted via http://www.officekb.com


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


Similar Threads
Thread Thread Starter Forum Replies Last Post
IF(ISNA.... olrustyxlsuser Excel Discussion (Misc queries) 6 November 21st 08 11:46 PM
IF ISNA Help Act Guy Excel Discussion (Misc queries) 4 December 15th 07 08:42 PM
ISNA Help Bigfoot17 Excel Worksheet Functions 2 March 21st 07 05:58 PM
ISNA help Matt Excel Worksheet Functions 1 October 14th 06 05:56 PM
Using ISNA with OR HBF Excel Worksheet Functions 4 May 1st 06 10:37 PM


All times are GMT +1. The time now is 10:11 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"