+ Reply to Thread
Results 1 to 10 of 10

Ytd balance

  1. #1
    Forum Contributor
    Join Date
    04-09-2013
    Location
    Philippines, Manila
    MS-Off Ver
    Excel 2010
    Posts
    140

    Ytd balance

    Hi Guys,

    I was hoping you could help me solve my problem if its possible.

    I have COLUMN B:M (BUDGET for JAN to DEC) and COLUMN N:Y (ACTUALS for JAN to DEC).

    a. The figures in COLUMN B:M is fixed and was predetermined at the beginning of the year.
    b. The Actuals are the one that change based on the DATA given for the month.
    c. YTD BALANCE or COLUMN Z's formula should be like this.
    SUM OF THE REMAINING MONTHS FOR BUDGET + SUM OF YEAR TO DATE OF ACTUALS
    Examples:
    (SUM OF FEB TO DEC) + (JAN ACTUALS) = YTD BALANCE
    (SUM OF MAR TO DEC) + (JAN + FEB ACTUALS) = YTD BALANCE
    (SUM OF APR TO DEC) + (JAN + FEB + MAR ACTUALS) = YTD BALANCE
    ETC ETC....

    I hope its possible because I have a lot of sheets per DEPARTMENT and every month I move the formula.

    Thanks in advance. ^_^
    Attached Files Attached Files

  2. #2
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: Ytd balance

    can your actuals have a valid 0 value? can you clear the actuals cells completely instead of populating with 0 where the data is not available yet? or maybe use an entry cell for the current month?
    Josie

    if at first you don't succeed try doing it the way your wife told you to

  3. #3
    Forum Contributor
    Join Date
    04-09-2013
    Location
    Philippines, Manila
    MS-Off Ver
    Excel 2010
    Posts
    140

    Re: Ytd balance

    I have one solution.. eheheh.. but with simple TRICK.. I put 1 on TOP of the MONTHS and just use SUMIF..

    That is the best I can do.. LOL

    Hope you have some better...

  4. #4
    Forum Contributor
    Join Date
    04-09-2013
    Location
    Philippines, Manila
    MS-Off Ver
    Excel 2010
    Posts
    140

    Re: Ytd balance

    Hi Joseph...

    Thanks for showing interest.. Uhm, the figures are actually on the PIVOT TABLE.. but its fixed...

    I just put it on that way for example

  5. #5
    Forum Contributor
    Join Date
    04-09-2013
    Location
    Philippines, Manila
    MS-Off Ver
    Excel 2010
    Posts
    140

    Re: Ytd balance

    But assuming its BLANK... is it possible?

  6. #6
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: Ytd balance

    Try

    Z3=SUMPRODUCT((OFFSET($N$2,1,,,MATCH(LOOKUP(2,1/(N3:Y3>0),N3:Y3),N3:Y3,0))))+SUMPRODUCT((OFFSET($A$2,1,MATCH(LOOKUP(2,1/(N3:Y3>0),N3:Y3),N3:Y3,0)+1,,12-MATCH(LOOKUP(2,1/(N3:Y3>0),N3:Y3),N3:Y3,0))))

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    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)

  7. #7
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Ytd balance

    =sum(b3:y3)-sumproduct((b3:m3)*(n3:y3>0))
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  8. #8
    Forum Contributor
    Join Date
    04-09-2013
    Location
    Philippines, Manila
    MS-Off Ver
    Excel 2010
    Posts
    140

    Re: Ytd balance

    Its working!.. Can I drag it down? because there are a lot of GL ACCOUNT and each GL account has budget...
    lets say 10002000 is under column 4

  9. #9
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: Ytd balance

    if you never have 0 as a valid actual value
    =SUM(N3:Y3)+SUMIF(N3:Y3,0,B3:M3)
    or if you can make the cells blank
    =SUM(N3:Y3)+SUMIF(N3:Y3,"",B3:M3)

  10. #10
    Forum Contributor
    Join Date
    04-09-2013
    Location
    Philippines, Manila
    MS-Off Ver
    Excel 2010
    Posts
    140

    Re: Ytd balance

    Super Thanks!!!... its working!

+ 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. IF function for running balance that wont show starting balance in all cells
    By Heather T in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-11-2015, 03:15 PM
  2. Opening balance and closing balance end of months.
    By sammy011 in forum Excel General
    Replies: 2
    Last Post: 01-31-2013, 02:12 PM
  3. Replies: 4
    Last Post: 01-02-2011, 04:30 PM
  4. auto balance from previouse balance and value
    By phil_jackson in forum Excel General
    Replies: 7
    Last Post: 09-26-2010, 11:42 AM
  5. Off Balance...
    By artboyblue in forum Excel General
    Replies: 13
    Last Post: 02-03-2010, 04:42 PM
  6. [SOLVED] rent received/balance owed/running balance spreadsheet
    By Quickbooks dummy in forum Excel General
    Replies: 1
    Last Post: 01-02-2006, 03:40 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