Results 1 to 5 of 5

formula not yielding value from vlookup

Threaded View

  1. #1
    Registered User
    Join Date
    10-29-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003
    Posts
    14

    formula not yielding value from vlookup

    All -

    I had posted a query and got that resolved with help of excellent members of this group.

    http://www.excelforum.com/excel-prog...-new-post.html

    I implemented the solution suggested but below piece of code is not putting the value out of vlookup. The column is populated with "#VALUE!". I have to press CTRL+SHIFT+ENTER in order to have the results populated.


    With Range("B2")
        .FormulaR1C1 = "=VLOOKUP(lower(RC[-1]),trim(lower('Team Detail'!R2C2:R200C5)),2,0)": .Resize(k).FillDown
    End With
    Can anyone suggest what is the reason and what could be done to resolve it?
    Last edited by vislavti; 10-31-2011 at 01:28 PM. Reason: Changed Quote Tags to Code Tags

Thread Information

Users Browsing this Thread

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

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.6.0 RC 1