+ Reply to Thread
Results 1 to 2 of 2

Adding to cell reference?

  1. #1
    Registered User
    Join Date
    03-06-2005
    Posts
    12

    Adding to cell reference?

    I have a pasted link that refers to another worksheet. It shows up as

    =MAIN!$AH$21

    My question: Is there any way to add to this like so

    =MAIN!$AH$21+10 so that it will now reference AH31?

    In the MAIN sheet, ah21 has a 5. If I use =MAIN!$AH$21+10. it is showing 15 instead of the value that is in ah31.

    Thanks.

  2. #2
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    Try the following...

    =INDIRECT("MAIN!$AH$"&21+10)

    or

    =INDIRECT("MAIN!$AH$"&A1)

    ...where A1 contains the row number of interest.

    Hope this helps!

+ 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