+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Registered User
    Join Date
    08-18-2009
    Location
    Jacksonville, Florida
    MS-Off Ver
    Excel 2003
    Posts
    2

    VLOOKUP is not automatically updating

    I have included the formula below in a workbook to identify a 5-minute time interval for a specific time entered in E2. I paste new data in E2 on a weekly basis. Suddenly, VLOOKUP is returning N/A rather than the interval. If I select E2 and manually re-type the time or even if I just press enter, VLOOKUP returns the correct interval value.


    =IF(E2="","",VLOOKUP(E2,tables!$G$2:$H$289,2))
    Last edited by JamieJBrown; 08-18-2009 at 06:05 PM.

  2. #2
    Forum Moderator Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2007
    Posts
    5,212

    Re: VLOOKUP is not automatically updating

    Hi Jamie, and welcome to the forum.

    My guess is cell E2 is being formatted as text, and it's not being found in your lookup table. Perhaps try:

    =IF(E2="","",VLOOKUP(E2+0,tables!$G$2:$H$289,2))

  3. #3
    Registered User
    Join Date
    08-18-2009
    Location
    Jacksonville, Florida
    MS-Off Ver
    Excel 2003
    Posts
    2

    Smile Re: VLOOKUP is not automatically updating

    Hello Paul...thank you so much - that corrected my problem


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.2.0