+ Reply to Thread
Results 1 to 4 of 4

New to Formulas - Need a Formula to link one cell to another

  1. #1
    Registered User
    Join Date
    03-12-2013
    Location
    philadelphia, PA
    MS-Off Ver
    Excel 2007
    Posts
    2

    Question New to Formulas - Need a Formula to link one cell to another

    Hi All,
    Thank God I found this forum. I've been driving myself crazy trying to find the answer to this question.
    I'm creating a spreadsheet for employee evals - mid year/annual. I want to be able to type someone's name in mid year cell and have it pop up in the cell for annual. Example:

    Please Login or Register  to view this content.
    December names will pop up in 1st Quarter, April 2nd Quarter, July - 3rd Quarter, etc. Dec would be A5 cell and I want that same name to pop up in F5 cell, whatever the name may be. Since the names will all be different.

    Hope someone can help me soon.
    Last edited by JBeaucaire; 03-12-2013 at 06:50 PM.

  2. #2
    Forum Contributor
    Join Date
    03-12-2013
    Location
    Chicago, USA
    MS-Off Ver
    Excel 2007
    Posts
    230

    Re: New to Formulas - Need a Formula to link one cell to another

    Hi there.

    Underneath "Q1-June", if the first cell is F5, then you could type: =A5. This will return the value from the December column. If you drag this formula down so that the next rows will be =A6, =A7, etc., it will automatically populate the cells in column F. You can do the same in columns G, H, and I by referencing columns B, C, and D, respectively.

    Is this of help?

  3. #3
    Registered User
    Join Date
    03-12-2013
    Location
    philadelphia, PA
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: New to Formulas - Need a Formula to link one cell to another

    Quote Originally Posted by majosum View Post
    Hi there.

    Underneath "Q1-June", if the first cell is F5, then you could type: =A5. This will return the value from the December column. If you drag this formula down so that the next rows will be =A6, =A7, etc., it will automatically populate the cells in column F. You can do the same in columns G, H, and I by referencing columns B, C, and D, respectively.

    Is this of help?
    Thanks so much! The only think I need to know is how do I clean it up so that zeros won't show up in the cells without data.

  4. #4
    Forum Contributor
    Join Date
    03-12-2013
    Location
    Chicago, USA
    MS-Off Ver
    Excel 2007
    Posts
    230

    Re: New to Formulas - Need a Formula to link one cell to another

    Sorry, I didn't take that into account.

    Instead of typing "=A5" in cell F5, type =IF(A5="","",A5)

    This formula states: if the cell(A5) is empty, return nothing. If it is not empty, return cell A5.

+ 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