+ Reply to Thread
Results 1 to 3 of 3

VLOOKUP with a formula

  1. #1
    Registered User
    Join Date
    04-15-2013
    Location
    San Jose, CA
    MS-Off Ver
    Excel 2003
    Posts
    1

    VLOOKUP with a formula

    I am using the VLOOKUP function to pull data from my index page to another sheet. I have a formula i needed to pull from the cell in my VLOOKUP function but the formula is not carrying over. Is it possible to get the folrmula from the cell to carry over? Do i need to use a different function?
    Thanks

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: VLOOKUP with a formula

    Sorry, that doesn't really make any sense.

    Can you post an example?

  3. #3
    Registered User
    Join Date
    04-14-2013
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    66

    Re: VLOOKUP with a formula

    The only way I could think to do this for you would be to make a custom function in VBA:

    Please Login or Register  to view this content.
    That function =TEXTFORMULA(cell) will return the formula as a string.

    I coupled that with the index/match function to do what you want:

    Please Login or Register  to view this content.
    where the array you want to match to is in A1:A5 and the formulas you are trying to show are in B1:B5 and the value you want to match is in D1.

    If you need more explanation let me know. Sorry it's not vlookup, I can't even remember how to use that formula as index/match is a much more robust and flexible option.

+ Reply to Thread

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