+ Reply to Thread
Results 1 to 2 of 2

Getting a formula to read multiple worksheet data (same cell range in each sheet)

  1. #1
    Registered User
    Join Date
    04-28-2013
    Location
    Boston, MA
    MS-Off Ver
    Excel 2007
    Posts
    12

    Getting a formula to read multiple worksheet data (same cell range in each sheet)

    Hello,

    I have the following formula, and it works well when used. However, I need this formula to calculate the same cell range for multiple worksheets (sheets are labeled "Jan" through "Dec").

    Basically, I am entering data each month into blank cells in column C, and I would like my calculations to be tallied up into this formula as I progress each month.

    Here is my current formula:

    =INDEX(JAN!$C:$C,MATCH(9.999E+307,JAN!$C:$C),1)

    I tried to use (unsuccessfully)
    =INDEX(JAN:DEC!$C:$C,MATCH(9.999E+307,JAN:DEC!$C:$C),1)

    I am not that good with Excel programming, so any help would be much appreciated. Thank you in advance!

  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: Getting a formula to read multiple worksheet data (same cell range in each sheet)

    This:

    =LOOKUP(1E100,JAN!$C:$C)

    Will do the exact same thing that this does:

    =INDEX(JAN!$C:$C,MATCH(9.999E+307,JAN!$C:$C),1)

    However, neither version will work across multiple sheets.
    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)

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