+ Reply to Thread
Results 1 to 3 of 3

formula lookup

  1. #1
    Forum Contributor
    Join Date
    12-04-2006
    Posts
    201

    formula lookup

    Hi,

    i have 2 worksheets. On one i have a list of formulas with reference codes next to them. On the other i want the user to be able to type the refernce code in one cell and bring back the formula in another...is this possible. If i use a vlookup, it just brings back the result of the formula, rather than the actual formula

    thanks

  2. #2
    Registered User
    Join Date
    05-29-2008
    Posts
    2
    convert the formula data to text. it will show the formula in your results. if you want it to calculate in your new sheet, you'd probably have to generate somekind of macro for that.

  3. #3
    Forum Contributor Portuga's Avatar
    Join Date
    02-20-2004
    Location
    Portugal
    MS-Off Ver
    365
    Posts
    852
    One way to do this is to use a user defined function and a helper column.
    Insert the following function in a module:
    Please Login or Register  to view this content.
    You can now create the helper column in the sheet and type =Showformula( referencing the column that have the formula and drag down.

    Use a vlookup to this column and return the formula.
    Last edited by Portuga; 06-02-2008 at 05:17 PM.
    If you found the solution to your question. Mark the thread as "Solved"
    Thank everyone that helped you with a valid solution by clicking on their

    There is no such thing as a problem, only a temporary lack of a solution

+ 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