Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Don Don is offline
external usenet poster
 
Posts: 1
Default Vlookup not calculating

Does anyone know why a vlookup formula would not calculate until I retype the
lookup value in it's cell? The formatting in the lookup value cell is
exactily the same as in the table array, but until I manually retype the
lookup value cell, the formula just gives me the old #NA.

Help.
Don
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default Vlookup not calculating

Hi Don,

My standard reply
================================================== ===============
Your Numbers don't behave (like numbers)
Niek Otten, May 11, 2006

Your numbers sort incorrectly, are not included in SUMs, cause #VALUE! results in formulas, cannot be found in LOOKUPs, etc.
In short:

Your Numbers look like Numbers, but they really are Text.
Sure! You formatted them as numbers, but alas, formatting afterwards doesn't help. Believe me, they are Text!

Here's a checklist which will help you solve most known cases. Make a copy of your workbook before trying! Always use Excel's
ISNUMBER() function to check your cells; maybe you solved your problem in the first step!

· Format an empty cell as Number. Enter the number 1 in it. EditCopy.
Select your "numbers". EditPaste Special, check Multiply. Hopefully your cells are "real" Numbers now
· If that doesn't help, there may be spaces in your "numbers". You can use the LEN() function to compare the number
of characters that Excel sees in the cell with the number of characters you see. If you suspect spaces, use Excel's TRIM()
function to remove them
· If that doesn't help, there may be nonprintable characters in your "numbers". You can use Excel's CLEAN() function
to remove most of them
· If that doesn't help, there may be non-breaking spaces in your "numbers" (mostly acquired from Web Pages). Use
David McRitchie's TRIMALL() function to remove them. It can be downloaded he
http://www.mvps.org/dmcritchie/excel/join.htm#trimall

Please mail me any comments, additions or corrections:

--
Kind regards,

Niek Otten
Microsoft MVP - Excel


================================================== ===============

"Don" wrote in message ...
| Does anyone know why a vlookup formula would not calculate until I retype the
| lookup value in it's cell? The formatting in the lookup value cell is
| exactily the same as in the table array, but until I manually retype the
| lookup value cell, the formula just gives me the old #NA.
|
| Help.
| Don


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Vlookup not calculating

I am having a similar (?) problem: when I change anything in a Vlookup
function/formula then it stops working and then the whole function appears in
the cell as text. I have had some success by deleting the "=IF(" , then
clicking out of the cell then going back to it and re-typing the "=IF(". I
haven't been able to find anything else about this in this discussion group.
Please let me know if you do )
--
Capnmike


"Don" wrote:

Does anyone know why a vlookup formula would not calculate until I retype the
lookup value in it's cell? The formatting in the lookup value cell is
exactily the same as in the table array, but until I manually retype the
lookup value cell, the formula just gives me the old #NA.

Help.
Don

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,480
Default Vlookup not calculating

Hi

It sounds as though the cells may have been pre-formatted as Text.
Mark the range of cellsFormatCellsNumberGeneral

Then try entering your formulae.

--

Regards
Roger Govier

"capnmike" wrote in message
...
I am having a similar (?) problem: when I change anything in a Vlookup
function/formula then it stops working and then the whole function appears
in
the cell as text. I have had some success by deleting the "=IF(" , then
clicking out of the cell then going back to it and re-typing the "=IF(".
I
haven't been able to find anything else about this in this discussion
group.
Please let me know if you do )
--
Capnmike


"Don" wrote:

Does anyone know why a vlookup formula would not calculate until I retype
the
lookup value in it's cell? The formatting in the lookup value cell is
exactily the same as in the table array, but until I manually retype the
lookup value cell, the formula just gives me the old #NA.

Help.
Don


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 a Vlookup adamb2000 Excel Worksheet Functions 4 June 28th 06 10:54 PM
VLOOKUP Problem Ian Excel Discussion (Misc queries) 3 April 6th 06 06:47 PM
VLOOKUP Limitations chris_manning Excel Worksheet Functions 2 August 9th 05 06:23 PM
calculating excel spreadsheet files for pensions and life insurance (including age calculation sheets) RICHARD Excel Worksheet Functions 1 March 15th 05 05:49 PM
vlookup data hidden within worksheet Excel Worksheet Functions 0 January 26th 05 12:09 PM


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