+ Reply to Thread
Results 1 to 2 of 2

HOW DO I NEST THE VLOOKUP FUNCTION WITH THE LEFT FUNCTION

  1. #1
    CHAIM
    Guest

    HOW DO I NEST THE VLOOKUP FUNCTION WITH THE LEFT FUNCTION



  2. #2
    Forum Contributor kraljb's Avatar
    Join Date
    05-26-2004
    Location
    Illinois
    MS-Off Ver
    2007 (recent change)
    Posts
    256
    Not sure which part of the left function you want it nested in... but it would probably look something like this...

    =LEFT(VLOOKUP(C3,$A$1:$B$100,2,FALSE),4)

    or this...

    =LEFT(C2,VLOOKUP(C3,$A$1:$B$100,2,FALSE))

    depending on if you were looking to pull in the text value or the numeric value with the VLOOKUP function.

+ Reply to Thread

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