+ Reply to Thread
Results 1 to 6 of 6

Formula to Determine Tiered Price Levels

  1. #1
    Registered User
    Join Date
    01-27-2014
    Location
    Indonesia
    MS-Off Ver
    Excel 2010
    Posts
    10

    Formula to Determine Tiered Price Levels

    Hello everyone,

    I have price level from level 1 to level 5, but differentiate by lead days, as example: Group A1 for 0-30 days from today consist of price level 1, price level 2, price level 3, price level 4, price level 5, Group A2 for 31-60 days consist of price level 1, price level 2, price level 3, price level 4, price level 5, And Group A3 for more than 61 days from today consist of price level 1, price level 2, price level 3, price level 4, price level 5. I have to set based on lead days and price level is based on demand, like 0-30% will be based on level 1, 31-40% based on level 2, 41-50% based on level 3, etc to level 5.
    So far I am trying to use below formula but does not work, sorry I am just new to excel and I tried to several formulas but still not working..
    DATA is the sheet where I put the price level data E is the price. column A is date, C is level based on the demand.
    =IF($A1>TODAY()+60,(IF($C1="LEVEL1",'61DATAE$10,IF($C1="LEVEL2",'61DATAE$9,IF($C1="LEVEL3",'61DATAE$8,IF($C1="LEVEL4",'61DATAE$7,'61DATAE$6))))),IF(AND($A1>TODAY()+30,$A1<=TODAY()+60),IF($C1="LEVEL2",'31DATAE$9,IF($C1="LEVEL3",'31DATAE$8,IF($C1="LEVEL4",'31DATAE$7,'31DATAE$6)))))*(IF($C1="LEVEL2",'0DATAE$9,IF($C1="LEVEL3",'0DATAE$8,IF($C1="LEVEL4",'0DATAE$7,'0DATAE$6))))

    Thank you in advance for any help from you.
    Last edited by AliGW; 02-19-2019 at 04:47 AM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,460

    Re: IF Function

    You are still new here and maybe haven't yet read the forum rules. Please do so now. Your thread title is not a description of your problem. I will amend it for you this time, by way of an example, but in future, please make sure your titles are explicit. A thread title should never be what you think the solution is!
    Last edited by AliGW; 02-19-2019 at 04:59 AM.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    01-27-2014
    Location
    Indonesia
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: Formula to Determine Tiered Price Levels

    my bad, sorry and thank you so much, I'll be more cautious next time!

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,460

    Re: Formula to Determine Tiered Price Levels

    Will you please attach a sample Excel workbook? We are not able to work with or manipulate a picture of one and nobody wants to have to recreate your data from scratch.

    1. Make sure that your sample data are REPRESENTATIVE of your real data. The use of unrepresentative data is very frustrating and can lead to long delays in reaching a solution.

    2. Make sure that your desired results are also shown (mock up the results manually).

    3. Make sure that all confidential data is removed or replaced with dummy data first (e.g. names, addresses, E-mails, etc.).

    4. Try to avoid using merged cells as they cause lots of problems.

    Unfortunately the attachment icon doesn't work at the moment, so to attach an Excel file you have to do the following: just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.

    Please pay particular attention to point 2 (above): without an idea of your intended outcomes, it is often very difficult to offer appropriate advice.

  5. #5
    Registered User
    Join Date
    01-27-2014
    Location
    Indonesia
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: Formula to Determine Tiered Price Levels

    Hello,

    just would like to let you know that while waiting I found the formula myself, thank you

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,460

    Re: Formula to Determine Tiered Price Levels

    Please share the formula here, and then mark the thread as solved.

    Please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ 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. COUNTUNIQUE Function in Google Sheets; Excel lacks a direct counterpart to this function?
    By PivotTablePSHomage in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-18-2018, 05:27 AM
  2. Replies: 2
    Last Post: 04-23-2017, 12:04 AM
  3. Calling function inside function. (aka nested function)
    By jakopak in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-02-2015, 05:58 AM
  4. Replies: 13
    Last Post: 04-08-2014, 05:46 AM
  5. index function error using match function to get data from a cell in an array
    By mabildgaard in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-17-2013, 02:21 AM
  6. Replies: 1
    Last Post: 03-21-2012, 11:22 AM
  7. [SOLVED] Excel - User Defined Function Error: This function takes no argume
    By BruceInCalgary in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-18-2006, 04:05 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