LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 36
Default Condense ISERROR(VLOOKUP(MATCH())) to VBA function.

I have a formula in B:B that looks like this
=IF(ISERROR(MATCH(VLOOKUP(A1,I:J,2,FALSE),'$M:$M,0 )),"Not Found","")

but
the VLOOKUP is standard. it always looks up adjacent cell in I and
returns J
VLOOKUP option always FALSE
MATCH option always 0

I think a VBA function could reduce it to this

=MYFIND(A1,$M:$M)

I know to store a function in a module in personal.xls but and I don't
know how to mimick these 3 formulas.

Any help appreciated.
thanks
 
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
IsError and Match function GDCross Excel Programming 7 May 26th 06 07:49 PM
Can I use ISERROR with VLOOKUP function? Alex Hatzisavas[_2_] Excel Programming 1 September 22nd 04 06:57 PM
Can I use ISERROR with VLOOKUP function? Prabha Excel Programming 0 September 21st 04 05:05 PM
Can I use ISERROR with VLOOKUP function? Frank Kabel Excel Programming 0 September 20th 04 04:36 PM
Can I use ISERROR with VLOOKUP function? Prabha Excel Programming 0 September 20th 04 03:29 PM


All times are GMT +1. The time now is 08:49 AM.

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"