+ Reply to Thread
Results 1 to 4 of 4

Formula to spread amount

  1. #1
    Registered User
    Join Date
    11-16-2020
    Location
    Asia
    MS-Off Ver
    2016
    Posts
    7

    Formula to spread amount

    Hi,

    Would appreciate some help to formula column E to AB, to split amount in column A based on no. of months (column D) and from date range column B (start) & end (column C).

    For current formula used, there's a balance - see column AC, how to split amount so that when totals up across months = amount in column A.

    Manual input from column A to C only.

    Thanks.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    06-05-2017
    Location
    Brazil
    MS-Off Ver
    Microsoft 365 Version 2404
    Posts
    1,259

    Re: Formula to spread amount

    Try in D2 and copied down
    =YEARFRAC(B2,C2)*12

    In E2 copied across and down
    =IF(AND(E$1>=$B2,E$1<=$C2),ROUND($A2/$D2,2),"")

    Good luck!

  3. #3
    Registered User
    Join Date
    11-16-2020
    Location
    Asia
    MS-Off Ver
    2016
    Posts
    7

    Re: Formula to spread amount

    Hi,

    Thanks for the reply but there's still a variance of 0.02 which needs to be allocate to any months, can you help on that?

    For E2, 6 months totals to 11,500.02, I need to amount to be exactly the same as in column A.

  4. #4
    Forum Expert
    Join Date
    06-05-2017
    Location
    Brazil
    MS-Off Ver
    Microsoft 365 Version 2404
    Posts
    1,259

    Re: Formula to spread amount

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

+ 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. formula for deriving taxable amount from total amount.
    By rajdh75 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 01-01-2020, 06:41 PM
  2. Formula to calculate Amount Paid and Amount Past Due
    By TinaAlldredge in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-11-2016, 09:19 AM
  3. Match/merge and deduplication of records spread across multiple spread sheets
    By forrestgump1980 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-31-2016, 11:18 AM
  4. Formula help determining amount $ per year amount from scale
    By saniafe in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-19-2015, 04:56 PM
  5. Replies: 0
    Last Post: 01-19-2015, 03:31 PM
  6. Formula for amount owing subtract amount paid
    By Taperchart in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-04-2006, 12:55 PM
  7. Replies: 16
    Last Post: 05-04-2005, 04:26 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