+ Reply to Thread
Results 1 to 13 of 13

Problem with % increase based on certain date

  1. #1
    Registered User
    Join Date
    12-14-2021
    Location
    Bangkok
    MS-Off Ver
    MS Office 365, Verision 16.55
    Posts
    52

    Problem with % increase based on certain date

    I have monthly price calculation sheet for few years and on cell E9 I have put a 3% annual price increase for doctor's fee and on cell F9 i have put the date from when I price increase should pick up.

    Now, I have used the following formula to =MAX(IF(I6=1,$H$9*((1+($E$9))^((I3-$F$9)/365)),H9),1) to sort of show the value/factor of price increase

    My base doctor fee is 500 which is shown in row 12 and on row 13 I multiply base price with price increase factor on row 9.

    The problem is ---- with this formula although the price increase should be 3% annually starting 2025 but I see only 0.02% increase starting 2025 and the full 3% price increase is picks up on 2026.

    Any help to correct the formula so that the price increase capture full 3% starting 2025 would be great help
    Attached Files Attached Files

  2. #2
    Forum Guru HansDouwe's Avatar
    Join Date
    06-21-2022
    Location
    Nederland
    MS-Off Ver
    365 V2403 (Build 17330.20000)
    Posts
    6,433

    Re: Problem with % increase based on certain date

    Please put all the desired price increases in 1 table and try this formula in H14 and copy across:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files

  3. #3
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Problem with % increase based on certain date

    With a table structured data.


    F1=VLookup(A2,$S$1:$U$5,3,1)

    See the attached file.
    Attached Files Attached Files
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  4. #4
    Registered User
    Join Date
    12-14-2021
    Location
    Bangkok
    MS-Off Ver
    MS Office 365, Verision 16.55
    Posts
    52

    Re: Problem with % increase based on certain date

    Quote Originally Posted by oeldere View Post
    With a table structured data.


    F1=VLookup(A2,$S$1:$U$5,3,1)

    See the attached file.
    Thank you for the wonderful solution. However, my sheet has lots of price % increase rows for other items. Is there is any way I could one line formula just the way I did in my example ? Or anything I am doing wrong with the formula I provided in the example ?

    Thank you once again

  5. #5
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Problem with % increase based on certain date

    my sheet has lots of price % increase rows for other items.
    I don't see any other items in your example file.

    In that case we don't know that and can't consider that in our offered solutions.



    I suggest to use a table Hans Douwe suggest to get the result.

  6. #6
    Forum Guru HansDouwe's Avatar
    Join Date
    06-21-2022
    Location
    Nederland
    MS-Off Ver
    365 V2403 (Build 17330.20000)
    Posts
    6,433

    Re: Problem with % increase based on certain date

    my sheet has lots of price % increase rows for other items
    Are these other price increases at other times?
    Or are they the same percentage price increases at the same times, but on different products?

  7. #7
    Forum Guru HansDouwe's Avatar
    Join Date
    06-21-2022
    Location
    Nederland
    MS-Off Ver
    365 V2403 (Build 17330.20000)
    Posts
    6,433

    Re: Problem with % increase based on certain date

    If there per product different price increases please put all price increases and base prices of the products in 2 separate tables and try this formula, copy down and across:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files

  8. #8
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Problem with % increase based on certain date

    I guess differant products changes on differant times, with differant %.

    If so, i would choose to use the table structurered and expand the VLookup table.

  9. #9
    Forum Guru HansDouwe's Avatar
    Join Date
    06-21-2022
    Location
    Nederland
    MS-Off Ver
    365 V2403 (Build 17330.20000)
    Posts
    6,433

    Re: Problem with % increase based on certain date

    I agree with Oeldere that it is advisable to record the data in a structured way. Then the whole is more manageable.

    The solution in post #7 also works with structured tables and also assumed different products changes on different times, with different %.

  10. #10
    Registered User
    Join Date
    12-14-2021
    Location
    Bangkok
    MS-Off Ver
    MS Office 365, Verision 16.55
    Posts
    52

    Re: Problem with % increase based on certain date

    Thank you all for resourceful help. I would have to figure out another way as this is financial model and won't really look nice to put in a table which is why I used a one line formula which is working fine just that the price increase starts one year later from the date in reference

  11. #11
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Problem with % increase based on certain date

    I would have to figure out another way as this is financial model
    If you would be able to use Pivot Table to analyse the data (financial model), I strongly suggest to use a table structuctured data.

  12. #12
    Forum Guru HansDouwe's Avatar
    Join Date
    06-21-2022
    Location
    Nederland
    MS-Off Ver
    365 V2403 (Build 17330.20000)
    Posts
    6,433

    Re: Problem with % increase based on certain date

    This solution does not add new tables and works with the current structure.

    Please try in H9 and copy across:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files

  13. #13
    Registered User
    Join Date
    12-14-2021
    Location
    Bangkok
    MS-Off Ver
    MS Office 365, Verision 16.55
    Posts
    52

    Re: Problem with % increase based on certain date

    @HansDouwe Thank you so much !!!! You saved my life

+ 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] Increase Date based on a cell in non adjacent cells
    By Bill_Pearson in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-30-2021, 06:58 AM
  2. [SOLVED] textbos 2 date increase by a year based on combobox selection
    By scouse13 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-20-2021, 12:46 PM
  3. Adding Salary Increase to already prorated salary amount based on a salary increase date
    By Excelhelppleasethank in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-09-2019, 03:43 PM
  4. [SOLVED] Calculate Mid Year Pay Increase Based on Anniversary Date
    By MandyP85 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 10-23-2018, 02:07 PM
  5. Couple of simple date issues plus a compound increase problem
    By STUARTXL in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-12-2016, 04:53 PM
  6. [SOLVED] increase count on tracking sheet based on date entry between dates in another sheet
    By yogup in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-04-2016, 05:14 AM
  7. [SOLVED] Problem with engaging an ERROR based on a date being <= another date
    By lsargent in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 12-28-2012, 01:24 AM

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