+ Reply to Thread
Results 1 to 5 of 5

External Links Causing Issues

  1. #1
    Registered User
    Join Date
    05-23-2011
    Location
    Mumbai
    MS-Off Ver
    Excel 2007
    Posts
    3

    Post External Links Causing Issues

    Hi, I am facing an issue with external links. Would be great if someone could help me out with this. The detailed issue is explained as below in the best way I can.

    I have 2 Files : Master and Current

    Master File contains all names of projects handled by multiple people.

    Current File contains names of projects that follow different process.

    I have created an external link to link cells in current file to Master file.

    =[Project Timeline_1H.xlsx]Current!$A$5

    now when I delete a row above 5, my formula still refers to A5 cell even though the value has moved up in the process of deletion. I want to retain the link to the value in the cell I initially decide and not to the one that is present in the address of the formula. Can someone help me out. I hope I have explained this fair enough.

  2. #2
    Valued Forum Contributor Sadath31's Avatar
    Join Date
    03-02-2011
    Location
    Dammam, Saudi Arabia
    MS-Off Ver
    Office 365
    Posts
    452

    Re: External Links Causing Issues

    use this

    =INDIRECT("'[Project Timeline_1H.xlsx]Current!$A$5")

  3. #3
    Registered User
    Join Date
    05-23-2011
    Location
    Mumbai
    MS-Off Ver
    Excel 2007
    Posts
    3

    Unhappy Re: External Links Causing Issues

    Thank you for your reply.

    Your solution is is giving me the #REF! error. Can you help further.

  4. #4
    Valued Forum Contributor Sadath31's Avatar
    Join Date
    03-02-2011
    Location
    Dammam, Saudi Arabia
    MS-Off Ver
    Office 365
    Posts
    452

    Re: External Links Causing Issues

    Sorry, I didnt checked before posting,
    try this (missed to put ' before the !)
    =INDIRECT("'[Project Timeline_1H.xlsx]Current'!$A$5")

  5. #5
    Registered User
    Join Date
    05-23-2011
    Location
    Mumbai
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: External Links Causing Issues

    I am afraid it is not a syntax error. It's something else. I tried keeping the formula free from syntax errors. but its not helping.

+ 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