+ Reply to Thread
Results 1 to 4 of 4

Vlookup formula Decoding help needed...

  1. #1
    Forum Contributor
    Join Date
    03-14-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    491

    Vlookup formula Decoding help needed...

    Hi Excel Forum,

    I've always struggled with VLookups and I was hoping someone could disect & demystify the following formula for me...

    Please Login or Register  to view this content.
    Thanks in advance...

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,047

    Re: Vlookup formula Decoding help needed...

    Assuming this is working for you...

    1st, it is testing to see if Q29 is empty, if so, it returns 0 (zero)
    If not, then it triggers the vlookup()
    syntax for vlookup is...
    =VLOOKUP(what-you-want-to-find,range-to-search-in,column-that-contains-the-match,FALSE) FALSE is for finding an exact match
    so your formula is looking for the contents of A29, in sheet3 in the range A:CL (not a great idea to use entire column ranges with vlookup), it is then moving across the the column number specified in cell S1, and bringing back an exact match
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Contributor
    Join Date
    03-14-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    491

    Re: Vlookup formula Decoding help needed...

    Quote Originally Posted by FDibbins View Post
    Assuming this is working for you...

    1st, it is testing to see if Q29 is empty, if so, it returns 0 (zero)
    If not, then it triggers the vlookup()
    syntax for vlookup is...
    =VLOOKUP(what-you-want-to-find,range-to-search-in,column-that-contains-the-match,FALSE) FALSE is for finding an exact match
    so your formula is looking for the contents of A29, in sheet3 in the range A:CL (not a great idea to use entire column ranges with vlookup), it is then moving across the the column number specified in cell S1, and bringing back an exact match
    Righteous Explanation! Thank you I will mark this thread as solved.

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,047

    Re: Vlookup formula Decoding help needed...

    Happy to help

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. decoding formula assistance
    By eehimes in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-31-2014, 01:44 PM
  2. Replies: 2
    Last Post: 06-20-2014, 12:42 PM
  3. Decoding an excel formula
    By nadeemsmarty in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-12-2014, 01:15 PM
  4. decoding formula issue
    By Ricersux in forum Excel General
    Replies: 1
    Last Post: 02-18-2008, 12:02 PM
  5. Vlookup Formula Needed, Help Please
    By curly88 in forum Excel General
    Replies: 2
    Last Post: 09-28-2006, 04:10 AM

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