LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Ian
 
Posts: n/a
Default

"Anne Troy" wrote in message
...
Hi, Kim. First part: =if(isna(vlookupformula),"",vlookupformula)

Second part: No, Excel doesn't have these feature. However, if you create
rows above and hide them, and they have the data in them and you don't
leave any spaces, the autocomplete will kick in.
************
Anne Troy
www.OfficeArticles.com

"kim" wrote in message
...
I am doing a game for use in lessons .
Kids have to type in a cell an item to buy i.e apple. the price is
entered
in an adjacent cell from a vlookup table:

Range 1 Range 2
Apple 6
Pear 4
Cherries 2

Problem is when the cell has no entry it displays #N/A. I need it to be
blANK but can't find out how to suppress the error mark
Also is you enter a few letters instead of a word it returns a number
value
from the table. How can I force to only respond to a word in the left
column?
BTW the values in the left column are sorted alpha betically.
Or....have I chosen the wrong approach to the task!
Any help greatly appreciated

Anne is right with the first part, but the VLOOKUP syntax is
VLOOKUP(lookup_value,table_array,col_index_num,ran ge_lookup)
If you enter FALSE as range_lookup, only exact matches will be returned.
eg =IF(ISNA(VLOOKUP(E1,A1:B6,2,FALSE)),"",VLOOKUP(E1, A1:B6,2,FALSE)) where
the lookup data is in A1:B6 and the entered value is in E1

--
Ian
--


 
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
Urgent Help Required on Excel Macro Problem Sachin Shah Excel Discussion (Misc queries) 1 August 17th 05 06:26 AM
Excel Display Problem Bill Martin -- (Remove NOSPAM from address) Excel Discussion (Misc queries) 0 April 19th 05 05:25 PM
Problem with Array Formulas and ISNUMBER Henrik Excel Worksheet Functions 1 February 10th 05 12:31 AM
Freeze Pane problem in shared workbooks JM Excel Discussion (Misc queries) 1 February 1st 05 12:04 AM
Row Autofit problem Excel 2003 Matthias Klaey Excel Discussion (Misc queries) 0 January 19th 05 05:33 PM


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