+ Reply to Thread
Results 1 to 5 of 5

OFFSET formula help.

  1. #1
    Registered User
    Join Date
    07-11-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    45

    OFFSET formula help.

    Hi,

    I'm wondering if anyone can help me with the attached S/S. On the first sheet (YTD) i would like to get a Budget YTD figure for the month selected in B2 for each location in column B from the figures listed on the 2nd sheet (Budget Figures).

    Any help would be much appreciated.

    Thanks in advance.
    Attached Files Attached Files

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: OFFSET formula help.

    In C5

    =SUM(INDEX('Budget Figures'!$C$3:$G$3,MATCH(B5,'Budget Figures'!$C$1:$G$1,0)):INDEX(INDEX('Budget Figures'!$C$3:$G$14,MATCH($B$2,'Budget Figures'!$A$3:$A$14,0),0),MATCH(B5,'Budget Figures'!$C$1:$G$1,0)))

    Copy down
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    07-11-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    45

    Re: OFFSET formula help.

    Wow! That was quick. Thank you so much. That's working perfectly.

    Much appreciated.

  4. #4
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: OFFSET formula help.

    Hi mc,

    The formula you are looking for is a Index Match type and looks like this awful thing:

    =INDEX('Budget Figures'!$C$3:$G$14,MATCH(YTD!$B$2,'Budget Figures'!$A$3:$A$14,0),MATCH(B5,'Budget Figures'!$C$1:$G$1,0))

    Find the attached so you can check to see if it is what you need.

    I'm not sure we all are giving you the same answers. You'd better do some testing with all this help.
    Attached Files Attached Files
    Last edited by MarvinP; 06-27-2013 at 01:43 AM.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  5. #5
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: OFFSET formula help.

    Okay.. use below formula:-

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Budget YTD Formula.xlsx

    Regards,
    DILIPandey
    <click on below * if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), [email protected]

+ 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