+ Reply to Thread
Results 1 to 3 of 3

Formula that reads off a different column every week (without Indirect)

  1. #1
    Registered User
    Join Date
    04-25-2012
    Location
    New York
    MS-Off Ver
    Excel 2007
    Posts
    25

    Formula that reads off a different column every week (without Indirect)

    Hi,

    I have a spreadsheet with weekly sales of an item going across columns like below:

    Item# Week1Sales Week2Sales Week3Sales FORMULA

    I'd like the formula to reference the corresponding week depending on what week I've input in another part of the formula. I've incorporated this with an Indirect, but since I have so many of these formulas, the file is running extremely slowly when calculating. Does anyone have any other suggestions?

    Thanks

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

    Re: Formula that reads off a different column every week (without Indirect)

    INDIRECT is a volatile function and so can often cause your workbook to slow down considerably, but you can avoid it by using INDEX instead, and this is not volatile. Take a look at XL Help for details of how you can use it to return cell (or range) references.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    04-25-2012
    Location
    New York
    MS-Off Ver
    Excel 2007
    Posts
    25

    Re: Formula that reads off a different column every week (without Indirect)

    I have now converted the Indirect into an Index/Match function (matching both column and row). However I am not sure if this will improve performance? Are volatile functions that much slower?

+ 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