Results 1 to 14 of 14

Formula auto update

Threaded View

  1. #2
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Microsoft® Excel® for Microsoft 365 MSO (Version 2503 Build 16.0.18604.20000) 64-bit
    Posts
    3,999

    Re: Formula auto update

    Ok you will have first extract all sheets which are in your workbook

    There is and old Macro function GET.CELL which works in all excel version for extracting various kind of information. I have use one of them formula for extracting sheet name. I have created a name manger to do so follow the steps.

    Press Alt->M->N -> click on New -> put name SheetList and in refer to =REPLACE(GET.WORKBOOK(1),1,FIND("]",GET.WORKBOOK(1))," ") and then ok.

    in Monthly sheet

    U3
    Formula: copy to clipboard
    =IFERROR(TRIM(INDEX(SheetList,ROW()-2)),"")


    Copy down.

    We need another name manger with name SheetRange and put refer to =OFFSET(MONTHLY!$U$3,,,COUNTIFS(MONTHLY!$U$3:$U$41,"?*")-3)

    Now

    Monthly Sheet

    F6
    Formula: copy to clipboard
    =SUMPRODUCT(SUMIFS(INDIRECT("'"&SheetRange&"'!"&CHAR(COLUMN(BR:BR))&":"&CHAR(COLUMN(BR:BR))),INDIRECT("'"&SheetRange&"'!B:B"),$B6))


    Copy across.

    Check the attachment,
    Attached Files Attached Files
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Excel Auto Update with Formula
    By iqubalemco in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-12-2015, 03:13 AM
  2. [SOLVED] Auto update formula every minute
    By rtesone in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-16-2013, 01:59 AM
  3. How to run formula once, then never auto update?
    By markjh in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-12-2013, 10:47 AM
  4. % formula auto update
    By Fish10800 in forum Excel General
    Replies: 2
    Last Post: 10-12-2011, 12:25 PM
  5. Possible to auto update formula?
    By apollopt in forum Excel General
    Replies: 2
    Last Post: 03-17-2010, 04:32 AM
  6. How to auto-update the formula
    By seacnlib in forum Excel General
    Replies: 1
    Last Post: 05-06-2009, 02:48 AM
  7. How to turn off auto update on a formula
    By Dave in forum Excel General
    Replies: 0
    Last Post: 02-20-2006, 05:20 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