+ Reply to Thread
Results 1 to 2 of 2

Address function with Sum Sheets function

  1. #1
    Registered User
    Join Date
    03-25-2016
    Location
    Nanaimo, BC Canada
    MS-Off Ver
    2013
    Posts
    1

    Post Address function with Sum Sheets function

    Hi,
    Any help would be appreciated:
    I currently have a formula - sum(hull:moshinski!B41). This works well except the cell "B41" needs to get manually changed when I copy the formula across cells that are not contiguous.
    I want to be able to place the column number (2 (B) in this case) in a cell at the top of each column, that will house this formula, so that the column number can be referenced in a formula. I would then want to do something like this:
    =sum(hull:moshinski)!address((cell reference for column no)),41).
    Of course this does not work as excel is not expecting a function after the sum sheets function.
    Does anybody know how to formulate this?
    Thanks in advance.
    Regards,
    Nathan68

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Address function with Sum Sheets function

    You would have to make a list of the sheet names.

    Data Range
    A
    B
    1
    Hull
    B
    2
    Moshinski
    173
    3
    ------
    ------


    B1 = column letter

    This formula entered in B2:

    =SUMPRODUCT(SUMIF(INDIRECT(A1:A2&"!"&B1&41),"< 1E100"))
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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. Using the result of ADDRESS() function as a range for VBA function
    By Szczesiu in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 01-11-2016, 07:52 AM
  2. Replies: 1
    Last Post: 06-02-2015, 01:38 AM
  3. [SOLVED] Using Address Function to create an address referencing the entire column
    By OliverS in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-28-2015, 01:06 AM
  4. [SOLVED] Replacing cell address in a formula with the result of ADDRESS function
    By CMG2 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-25-2014, 02:59 AM
  5. Address & Match function together (there may be an alternative function)
    By Sashulik in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-23-2014, 05:39 AM
  6. [SOLVED] MATCH function workaround - nesting ADDRESS function?
    By BishBosh in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-18-2013, 03:45 AM
  7. Excel 2007 : How to address sheets in a function
    By samschuer in forum Excel General
    Replies: 1
    Last Post: 07-20-2011, 06:22 PM

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