Results 1 to 7 of 7

Indirect Formula Bogs Down Spreadsheet - Alternatives?

Threaded View

  1. #1
    Registered User
    Join Date
    10-31-2014
    Location
    Canada
    MS-Off Ver
    365
    Posts
    2

    Indirect Formula Bogs Down Spreadsheet - Alternatives?

    I Have a spreadsheet that tracks sessions per month. Each month occupies 9 columns then the next month starts. I want to count all the F2F (named cell) in one month. I set up two cells that determines the start and end column when a month is selected from a dropdown.

    I was able to use the indirect formula to count the number of times F2F was entered for each row however once I get to hundreds of rows, it gets bogged down in calculating. Through research I understand that it might be the INDIRECT function that is resource heavy and is likely causing the long calculating.

    Is there an alternative formula that would achieve the same value?

    i.e. If I choose September then the cells have the value of:

    Cell C1 =SUBSTITUTE(ADDRESS(1,VLOOKUP(G2,Constants!B:C,2,FALSE),4),"1","") = CO
    Cell D1 =SUBSTITUTE(ADDRESS(1,VLOOKUP(G2,Constants!B:C,2,FALSE)+8,4),"1","") = CW

    Cell B6 =COUNTIF(INDIRECT(($C$1&ROW()&":"&$D$1&ROW())),F2F) ' thus COUNTIF(CO6:CW6,F2F)

    Is there a less intensive formula? I tried to look at index and match but I am not sure I understand it well enough. It is the yellow cells in the attachment.

    Thank you for any help!
    Last edited by vixeybear; 10-06-2023 at 11:16 PM. Reason: Added Attachment

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Macro runs quick initially then bogs down after a few runs
    By pongmeister in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-19-2017, 02:02 PM
  2. Replies: 5
    Last Post: 09-19-2017, 01:57 PM
  3. Compatibility with Excel 97-2003 - alternatives to current formula?
    By peatear in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-29-2015, 12:23 PM
  4. [SOLVED] Indirect match index formula question involving different spreadsheet name
    By lilsnoop in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-02-2015, 10:19 PM
  5. Replies: 8
    Last Post: 11-08-2013, 09:37 PM
  6. Replies: 4
    Last Post: 12-12-2009, 07:21 AM

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