+ Reply to Thread
Results 1 to 5 of 5

Modify DelData Formula and maintain evenly spread calculations across forumla

  1. #1
    Registered User
    Join Date
    07-19-2019
    Location
    Los Angeles
    MS-Off Ver
    Office 2016
    Posts
    5

    Modify DelData Formula and maintain evenly spread calculations across forumla

    Hello!
    JeteMc provided me with some excellent help on my last post while I was trying to work on our payment schedule for our projects. The formula provided gave us the ability to auto calculate the payments with the ability to remove lines as needed without affecting the formula. Thank you again JeteMc!

    Now I am being asked to modify the formula but in a way that is really complicating everything. Here are the parameters we are trying to reach:
    - C7 & D7 need to match
    - C24 & D24 need to be 5% of D25
    - C8:C17 need to be evenly divided
    - We also need to maintain the ability to remove rows while having the formulas readjust automatically.

    I have tried to work this out for a week or so now without any luck. Any help would be greatly appreciated so thank you very much in advance!!!!!
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,570

    Re: Modify DelData Formula and maintain evenly spread calculations across forumla

    This seems to work, although I have done only limited testing to removing and then reapplying a row.
    1. C9 is populated using: =[@Budget]
    2. C10:C25 are populated using: =ROUNDUP((D$27-SUM($D$9,D$26))/SUMPRODUCT(--(LEFT([WHOLE HOUSE or ADDITION],8)="Upon the")),2)
    3. C26 is populated using: =D27-SUM(Table1[Payments])
    4. C27 is populated using: =SUM(C9:C26)
    Note that the table is set =$A$8:$D$25
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  3. #3
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,570

    Re: Modify DelData Formula and maintain evenly spread calculations across forumla

    Found a couple of issues when adding a new row and believe that the following will resolve the issue:
    1. Modify the formula in the # column to read: =SUM(MAX(A$8:INDEX(A:A,ROW()-1)),1)
    2. Modify the formula in the payments column to read: =IF([@['#]]=1,[@Budget],ROUNDUP((D$28-SUM($D$9,D$27))/SUMPRODUCT(--(LEFT([WHOLE HOUSE or ADDITION],8)="Upon the")),2))
    Note that the Payments column will not update until a "Upon the..." statement is placed in the Whole House or Addition column.
    Let us know if you have any questions.
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    07-19-2019
    Location
    Los Angeles
    MS-Off Ver
    Office 2016
    Posts
    5

    Re: Modify DelData Formula and maintain evenly spread calculations across forumla

    Excellent! This works perfectly!!

    I must say, what a formula! Very impressive to see what Excel can do and what you, JeteMc are capable of! Thank you so much for spending your time to help me out with this again!

  5. #5
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,570

    Re: Modify DelData Formula and maintain evenly spread calculations across forumla

    You're Welcome and thank you for the feedback. Please take a moment to mark the thread as 'Solved' using the thread tools menu above your first post. I hope that you have a blessed day.

+ 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. Evenly Spread Total then add Seasonality
    By krunk in forum Excel General
    Replies: 1
    Last Post: 06-20-2017, 09:29 PM
  2. Spread workload evenly to team members
    By Maja77 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-14-2015, 11:44 AM
  3. Spread number evenly across chosen months
    By rkobeyer in forum Excel General
    Replies: 3
    Last Post: 10-16-2014, 07:08 AM
  4. [SOLVED] Spread a value evenly over a set number of cells
    By tstrong in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-22-2014, 08:07 AM
  5. Spread hours out evenly (or close to) over employees executing tasks in a WBS.
    By jbsitler in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-09-2012, 06:00 PM
  6. Replies: 3
    Last Post: 12-08-2010, 12:37 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