Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default Vlookup issue

I have vlookups and match functions pointing to a templated field
where the user types in the number. After the user types in the ref
number the formulas still show #N/A. The formulas will only update
for values once I use Text to Columns to change the field to General
format. Is there a way where this does not need to happen?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Vlookup issue

Make sure that your entry values match the values in the table.

If the table has real numbers, make sure your input cells are formatted as
General (or Number), but not Text. Then type the value.

If the table has text numbers, then make sure your input cells are formatted as
Text--then type the value.

Changing the format of the cell won't change the underlying value. You have to
do something special (reenter the value--or the data|text to columns stuff) to
convert the value.

Debra Dalgleish has some notes for debugging =vlookup()/=index(match()):
http://contextures.com/xlFunctions02.html#Trouble

wrote:

I have vlookups and match functions pointing to a templated field
where the user types in the number. After the user types in the ref
number the formulas still show #N/A. The formulas will only update
for values once I use Text to Columns to change the field to General
format. Is there a way where this does not need to happen?


--

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
vlookup issue Connor Doyle Excel Worksheet Functions 2 February 4th 10 01:52 AM
another issue with vlookup Arain Excel Discussion (Misc queries) 2 October 19th 07 10:02 PM
Another issue with vlookup Arain Excel Discussion (Misc queries) 1 October 19th 07 07:15 PM
VLOOKUP issue The Great Attractor Excel Worksheet Functions 6 May 22nd 07 10:18 AM
VLookup Issue Shonte Excel Worksheet Functions 1 November 18th 05 09:26 PM


All times are GMT +1. The time now is 01:29 PM.

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"