Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
hotelmasters
 
Posts: n/a
Default formula question?

do you know how i can lookup value that isn't precise. for example if i
was using a vlookup function is there a way to lookup a value that isn't
exact, as if i was looking up "January" but wanted to include cells that
contain
either January or January '06 or January 2006?

thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default formula question?

Hi!

Try this:

=VLOOKUP("january*",A5:B10,2,0)

Or:

A1 = january

=VLOOKUP(A1&"*",A5:B10,2,0)

Note: if you enter January 06 or January 2006 in a cell Excel will
automatically format those entries as DATES and the lookup would fail. You
would have to enter those values as TEXT.

Biff

"hotelmasters" wrote in message
...
do you know how i can lookup value that isn't precise. for example if i
was using a vlookup function is there a way to lookup a value that isn't
exact, as if i was looking up "January" but wanted to include cells that
contain
either January or January '06 or January 2006?

thanks



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
hotelmasters
 
Posts: n/a
Default formula question?

thx for the help

"Biff" wrote:

Hi!

Try this:

=VLOOKUP("january*",A5:B10,2,0)

Or:

A1 = january

=VLOOKUP(A1&"*",A5:B10,2,0)

Note: if you enter January 06 or January 2006 in a cell Excel will
automatically format those entries as DATES and the lookup would fail. You
would have to enter those values as TEXT.

Biff

"hotelmasters" wrote in message
...
do you know how i can lookup value that isn't precise. for example if i
was using a vlookup function is there a way to lookup a value that isn't
exact, as if i was looking up "January" but wanted to include cells that
contain
either January or January '06 or January 2006?

thanks




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default formula question?

You're welcome!

Biff

"hotelmasters" wrote in message
...
thx for the help

"Biff" wrote:

Hi!

Try this:

=VLOOKUP("january*",A5:B10,2,0)

Or:

A1 = january

=VLOOKUP(A1&"*",A5:B10,2,0)

Note: if you enter January 06 or January 2006 in a cell Excel will
automatically format those entries as DATES and the lookup would fail.
You
would have to enter those values as TEXT.

Biff

"hotelmasters" wrote in message
...
do you know how i can lookup value that isn't precise. for example if i
was using a vlookup function is there a way to lookup a value that
isn't
exact, as if i was looking up "January" but wanted to include cells
that
contain
either January or January '06 or January 2006?

thanks






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
Newbie Question - Subtraction Formula Question [email protected] Excel Discussion (Misc queries) 3 May 5th 06 05:50 PM
Formula Question Formula Question Excel Discussion (Misc queries) 2 April 23rd 06 12:00 AM
Excel formula question bb Excel Discussion (Misc queries) 3 April 20th 06 03:11 AM
Formula Question Marcus Feldmore Excel Worksheet Functions 1 November 11th 05 03:47 PM
I have a question regarding countif formula. Fahad Farid Ansari Excel Worksheet Functions 6 October 1st 05 11:57 PM


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