Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default Vlookup with wildcard

I am wondering if there is a way to use some kind of fuzzy logic with a
vlookup, or some kind of vlookup alternative? Can I look for AAA as a lookup
criteria, and in my table array search for Total AAA?

Can I use something like this?
=SUMPRODUCT(ISNUMBER(SEARCH("*BAIR",A1:A5))*((B1:B 5)))

Do anyone have any different ideas?

Regards,
Ryan--


--
RyGuy
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Vlookup with wildcard

=vlookup("*"&"aaa", ....

will look for the first entry that ends with AAA.

But if you know you're looking for "total aaa", why not just look for
"total AAA"???

An alternative, create a pivottable (instead of using data|subtotals) and then
use =vlookup() to search that table.

ryguy7272 wrote:

I am wondering if there is a way to use some kind of fuzzy logic with a
vlookup, or some kind of vlookup alternative? Can I look for AAA as a lookup
criteria, and in my table array search for Total AAA?

Can I use something like this?
=SUMPRODUCT(ISNUMBER(SEARCH("*BAIR",A1:A5))*((B1:B 5)))

Do anyone have any different ideas?

Regards,
Ryan--

--
RyGuy


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default Vlookup with wildcard

I was looking for AAA and trying to compare it to Total AAA. I like the idea
of a Pivot Table. I use PTs all the time. I honestly didn't think about it
for this project. I will experiement with it next time I have access to the
project. Thanks for the idea!!

Regards,
Ryan---

--
RyGuy


"Dave Peterson" wrote:

=vlookup("*"&"aaa", ....

will look for the first entry that ends with AAA.

But if you know you're looking for "total aaa", why not just look for
"total AAA"???

An alternative, create a pivottable (instead of using data|subtotals) and then
use =vlookup() to search that table.

ryguy7272 wrote:

I am wondering if there is a way to use some kind of fuzzy logic with a
vlookup, or some kind of vlookup alternative? Can I look for AAA as a lookup
criteria, and in my table array search for Total AAA?

Can I use something like this?
=SUMPRODUCT(ISNUMBER(SEARCH("*BAIR",A1:A5))*((B1:B 5)))

Do anyone have any different ideas?

Regards,
Ryan--

--
RyGuy


--

Dave Peterson

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
using wildcard for vlookup? Steve Excel Discussion (Misc queries) 1 November 9th 07 06:18 PM
wildcard in formula vlookup Michael Excel Discussion (Misc queries) 1 September 20th 06 07:20 PM
Wildcard vlookup perhaps? Jonathan May Excel Discussion (Misc queries) 6 January 23rd 06 11:16 AM
Vlookup with wildcard Peter Excel Discussion (Misc queries) 0 January 13th 06 07:54 PM
Wildcard search functions within Vlookup Benn Excel Worksheet Functions 2 July 26th 05 01:12 PM


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