+ Reply to Thread
Results 1 to 2 of 2

Linking 'text' into formulas

  1. #1
    Registered User
    Join Date
    11-13-2007
    Posts
    1

    Linking 'text' into formulas

    I'm devising a employee rating system. Is there a way that I can link the text in Name Column to the other worksheets. For example if you look at my name it links across =SUM('Matthew Bailey'!$B$18) to the work sheet with my name on it.

    It would be great if I have a formula that took the 'text' out of column and put it into the formula so if change the name it changes where it looks for the data.

    So when I copy it down to the next line it looks into A5 which contains the text 'Steve Speller' then looks into the 'Steve Speller' Worksheet. The formula then becomes =sum('Steve Speller'!$B$18).

    I am sure there is a very simple way of doing this but I can't seem to suss it.

    Any help greatly appreciated.
    Thanks,
    Matthew

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Try:

    =Indirect("'"&A2&"'!$B$18")

    where A2 houses the first Sheetname to look at
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ 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