+ Reply to Thread
Results 1 to 9 of 9

Indirect address?

Hybrid View

  1. #1
    Registered User
    Join Date
    07-18-2013
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    88

    Re: Indirect address?

    I've created a mock excel file to show you how I've been unsuccesfully doing it
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,413

    Re: Indirect address?

    The only numbers you have on Sheet1 are on row 4, so I don't know why you are trying to add those from row 83. I think this is what you are trying to achieve in I6:

    =SUM(INDIRECT("'Sheet 1'!H4:"&(VLOOKUP(RIGHT(D3,1),$C$8:$D$19,2,0)&"4")))

    although using RIGHT(D3,1) means you will only be able to get up to week 9.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    07-18-2013
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    88

    Re: Indirect address?

    Quote Originally Posted by Pete_UK View Post
    The only numbers you have on Sheet1 are on row 4, so I don't know why you are trying to add those from row 83. I think this is what you are trying to achieve in I6:

    =SUM(INDIRECT("'Sheet 1'!H4:"&(VLOOKUP(RIGHT(D3,1),$C$8:$D$19,2,0)&"4")))

    although using RIGHT(D3,1) means you will only be able to get up to week 9.

    Hope this helps.

    Pete

    Hi Pete,

    My main sheet was row 83 but I created a mock up to remove the sensitive data but placed it in row 4 instead. Thanks for the help, this works perfectly.

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,413

    Re: Indirect address?

    Okay, glad to be able to help.

    If that takes care of your original question, please select Thread Tools from the menu above your first post and mark this thread as SOLVED.

    Also, you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Allow EXCEL INDIRECT(ADDRESS()) and INDIRECT(RANGE()) functions
    By Andy Wiggins in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 09-06-2005, 06:05 AM
  2. [SOLVED] Allow EXCEL INDIRECT(ADDRESS()) and INDIRECT(RANGE()) functions
    By Mike Barlow in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 AM
  3. Allow EXCEL INDIRECT(ADDRESS()) and INDIRECT(RANGE()) functions
    By Mike Barlow in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 AM
  4. [SOLVED] Allow EXCEL INDIRECT(ADDRESS()) and INDIRECT(RANGE()) functions
    By Mike Barlow in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 PM
  5. Allow EXCEL INDIRECT(ADDRESS()) and INDIRECT(RANGE()) functions
    By Mike Barlow in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 10:05 PM

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