+ Reply to Thread
Results 1 to 9 of 9

Have a link with a Cell Reference

  1. #1
    Registered User
    Join Date
    01-25-2013
    Location
    Miami, FL
    MS-Off Ver
    Excel 2010
    Posts
    9

    Have a link with a Cell Reference

    Hi All,

    I Have this link below in my spreadsheet. It's in Cell C5 in this example. It is referencing a report with the monthly sales for the third qrt broken down by month. I have several of these links and every month I have to change each link to refer to another Cell from that report. It is the same cell reference but in different tabs. Which means I have to go to each link and manually update it with the new cell reference.

    I would like to simplify this but having a cell (for this example in C2 in the spreadsheet) with the reference of C$46 and have the link reference that cell. So all I need to do is change the cell value in C2 and it will update all my links. Any Ideas?

    ='[Q3 GSV FY13 1-18-13.xlsb]Joe Plumber'!C$46

    Thanks in advance!

  2. #2
    Forum Expert
    Join Date
    06-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    1,673

    Re: Have a link with a Cell Reference

    Something like:
    =INDIRECT("'[Q3 GSV FY13 1-18-13.xlsb]Joe Plumber'!"&C2)
    Pauley
    --------
    If I helped with your issue, I'd appreciate a rep bump (hit the '*' icon to the bottom left of this post).

  3. #3
    Registered User
    Join Date
    01-25-2013
    Location
    Miami, FL
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: Have a link with a Cell Reference

    It didn't work... I got a #REF.

    Also Tired:
    =INDIRECT("[Q3 GSV FY13 1-18-13.xlsb]Joe Plumber'!")&O7

  4. #4
    Forum Expert
    Join Date
    06-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    1,673

    Re: Have a link with a Cell Reference

    Hmmm, I tried it on a sample of mine and it worked...
    What, exactly, did you try that gave the #REF? Both for the equation I provided and in your C2 cell.
    Your second attempt will definitely not work.

  5. #5
    Registered User
    Join Date
    01-25-2013
    Location
    Miami, FL
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: Have a link with a Cell Reference

    Here is the whole link:
    ='R:\DSFGFin\FY 2013\New Wave GSV SS Templates\[Q3 GSV FY13 1-18-13.xlsb]Macy''s'!L$46

    I usually shorten the length to keep things simple so I can repeat it for future endevours.

    The cell reference is still C2.

  6. #6
    Forum Expert
    Join Date
    06-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    1,673

    Re: Have a link with a Cell Reference

    I'm looking for the INDIRECT statement you used that caused the REF error. I'm thinking you left a ' or " out of it.

  7. #7
    Registered User
    Join Date
    01-25-2013
    Location
    Miami, FL
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: Have a link with a Cell Reference

    =INDIRECT("'R:\DSFGFin\FY 2013\New Wave GSV SS Templates\[Q3 GSV FY13 1-18-13.xlsb]Macy''s'!"&C2)

    Here you go.

  8. #8
    Forum Expert
    Join Date
    06-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    1,673

    Re: Have a link with a Cell Reference

    I don't see anything immediately wrong with it. You do have the 'Q3 GSV FY13 1-18-13.xlsb' file open, correct? INDIRECT will only work when the file is open.

    What is in C2? L$46, I assume.

  9. #9
    Registered User
    Join Date
    01-25-2013
    Location
    Miami, FL
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: Have a link with a Cell Reference

    Bingo! THat's it! Once I open the linked file its all good! Thank you so much. It is very good to learn this and thank you for showing it to me!

+ 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