+ Reply to Thread
Results 1 to 5 of 5

OFFSET troubles

  1. #1
    Registered User
    Join Date
    03-25-2020
    Location
    England
    MS-Off Ver
    Office 365
    Posts
    53

    OFFSET troubles

    Hi guys

    Doing a sample cash forecast but struggling with trying to consolidate daily totals into weekly. So template is basically has hard-coded manual entries into "ccy daily f'cast" tab, then consolidated into £ into the "Cons Daily F'Cast" tab. Now want to sum up the "Cons Daily F'Cast" into a weekly view into the "Cons Weekly F'Cast" but I'm not sure what I'm doing wrong with OFFSET way of doing it as that is what I've used before from this forum, though can't get it to work here :/

    =SUM(OFFSET('Cons Daily F''Cast'!$C6,0,(COLUMN(D5)-COLUMN('Cons Weekly F''Cast'!C5))*5):OFFSET('Cons Daily F''Cast'!$G6,0,(COLUMN(D5)-COLUMN('Cons Weekly F''Cast'!$C5))*5))

    Will also want to consolidate it further into monthly view as well on the first tab but clearly don't know what I'm doing! Thanks again
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,222

    Re: OFFSET troubles

    Please try at
    Weekly C5
    =SUMIFS('Cons Daily F''Cast'!C$6:CJ$6,'Cons Daily F''Cast'!$C$3:$CJ$3,">="&C$2,'Cons Daily F''Cast'!$C$3:$CJ$3,"<"&C$2+7)

    Monthly C5
    =SUMIFS('Cons Daily F''Cast'!$C6:$CJ6,'Cons Daily F''Cast'!$C$3:$CJ$3,">="&C$3,'Cons Daily F''Cast'!$C$3:$CJ$3,"<"&EDATE(C$3,1))
    Attached Files Attached Files

  3. #3
    Forum Expert
    Join Date
    09-25-2015
    Location
    Milan Italy
    MS-Off Ver
    office 365
    Posts
    1,996

    Re: OFFSET troubles

    Cons Monthly F''Cast'

    C5=SUMPRODUCT(('Cons Weekly F''Cast'!$B$5:$B$22='Cons Monthly F''Cast'!$B5)*('Cons Weekly F''Cast'!$C$3:$T$3='Cons Monthly F''Cast'!C$4)*('Cons Weekly F''Cast'!$C$5:$T$22))


    Copy across and down

  4. #4
    Registered User
    Join Date
    03-25-2020
    Location
    England
    MS-Off Ver
    Office 365
    Posts
    53

    Re: OFFSET troubles

    Thanks all, that did the trick. Buh-bye offset!

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    90,877

    Re: OFFSET troubles

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    In future, please use thread titles that explain what you are trying to achieve with your formula.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

+ 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. [SOLVED] Offset Troubles
    By Mclark8750 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-19-2019, 04:13 AM
  2. Troubles with the OFFSET function
    By ghostrider in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2005, 03:05 AM
  3. [SOLVED] Troubles with the OFFSET function
    By ghostrider in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2005, 02:05 AM
  4. [SOLVED] Troubles with the OFFSET function
    By ghostrider in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2005, 01:05 AM
  5. [SOLVED] Troubles with the OFFSET function
    By ghostrider in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-05-2005, 11:05 PM
  6. Troubles with the OFFSET function
    By ghostrider in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-05-2005, 10:05 PM
  7. Troubles with the OFFSET function
    By ghostrider in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-01-2005, 01:05 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