Results 1 to 4 of 4

How to write formula for a growth factor

Threaded View

  1. #1
    Registered User
    Join Date
    06-18-2023
    Location
    California
    MS-Off Ver
    O365
    Posts
    2

    How to write formula for a growth factor

    Hi all,

    This is going to be a doozy so get ready. I am trying to write a formula which calculates wages annually that happen every March a person is employed. I created a row for the annual raise % that connects to a scenario table. I also have all the calculations built for the wages but I want to connect the annual raise growth factor to the wage. So it will look something like this -- ((wage)*(1+annual raise %)^(no. of years they've been employed).

    The issue that is occurring is whenever I write a formula, it doesnt take into the other months that should have a raise or calculates the new yearly raise in January and February which should not happen. The raise should happen in March and should be reflected from March through February of the following year then it should increase the next March. So on and so forth until the Employee has an end date.

    Example formula
    UMIFS($I$3:$I$96, $B$3:$B$96, $B4, $G$3:$G$96, "<="&M$2, $H$3:$H$96, ">="&EOMONTH(M$2,0)) + SUMIFS($I$3:$I$96, $B$3:$B$96, $B4, $G$3:$G$96, "<="&M$2, $H$3:$H$96, "") * (1+0.04)^(IF(DATE(YEAR(Current Month) + IF(MONTH(Current Month) >= 3, 1, 0), 3, 1),YEAR(Current Month)-YEAR(Starting Month),0))
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 06-30-2021, 04:40 PM
  2. [SOLVED] Returning Quarterly sales figures with growth factor
    By mugelbbub in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 12-14-2019, 05:42 AM
  3. Replies: 8
    Last Post: 11-24-2015, 11:32 AM
  4. [SOLVED] Factor Up and Factor Down Values Formula
    By alive555 in forum Excel General
    Replies: 6
    Last Post: 08-14-2015, 12:01 PM
  5. sales growth vs. headcount growth for recent years
    By ammartino44 in forum Excel General
    Replies: 1
    Last Post: 04-15-2015, 04:24 AM
  6. Growth Factor
    By Laura in forum Excel General
    Replies: 2
    Last Post: 05-15-2006, 05:50 PM

Tags for this Thread

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