+ Reply to Thread
Results 1 to 4 of 4

Help with Excel Formula to find the price based on industry and number of transactions

  1. #1
    Forum Contributor
    Join Date
    10-18-2016
    Location
    Chicago, USA
    MS-Off Ver
    Office 365
    Posts
    220

    Red face Help with Excel Formula to find the price based on industry and number of transactions

    Hi All,

    Hope you are doing well!..I am trying to determine the price for my input table which has the specific industry type and the average monthly transactions based on the reference table 1 which has the price for different industries (these represent the A tier prices) and the reference table 2 which classifies the price tier based on the average monthly transactions..Reference table 1 has the price for pricing tier A for all the industries .. The price for tier B is calculated as 90% of price of Tier A price; the price for tier C is calculated as 90% of price of Tier B price and so on...Can you please help here...Attached the sample excel workbook with the input tables and the expected output table..


    Thanks,
    Arun
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: Help with Excel Formula to find the price based on industry and number of transactions

    You need to change the 10001+ in cell M7 of the Input sheet to just 10001 (i.e. the start of the next range), then you can use this formula in D2 of the Input sheet:

    =VLOOKUP(B2,$H$2:$I$4,2,0)*POWER(0.9,MATCH(C2,$M$2:$M$7)-1)

    or if you want it in C2 of the Output sheet:

    =VLOOKUP(A2,Input!$H$2:$I$4,2,0)*POWER(0.9,MATCH(B2,Input!$M$2:$M$7)-1)

    Copy the formulae down as required.

    Hope this helps.

    Pete

  3. #3
    Forum Contributor
    Join Date
    10-18-2016
    Location
    Chicago, USA
    MS-Off Ver
    Office 365
    Posts
    220

    Re: Help with Excel Formula to find the price based on industry and number of transactions

    Thank you so much @Pete!..Can you please share with mw your excel sheet with formula..

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: Help with Excel Formula to find the price based on industry and number of transactions

    Sure, it's attached, although you could just copy the formula from this site and then paste it into the relevant cell.

    Hope this helps.

    Pete

    P.S. If that takes care of your original question, please take a moment to select Thread Tools from the menu above and to the right of your first post in this thread, and mark the thread as SOLVED.

    You might also like to know that you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete
    Attached Files Attached Files

+ 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. Replies: 3
    Last Post: 01-23-2021, 11:05 AM
  2. Replies: 2
    Last Post: 12-17-2020, 07:15 AM
  3. Newbie from Accounting Industry, now working in Engineering industry
    By cryptonix in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 07-04-2018, 07:12 PM
  4. Replies: 9
    Last Post: 07-17-2017, 09:22 PM
  5. Replies: 1
    Last Post: 10-07-2016, 02:16 PM
  6. Replies: 2
    Last Post: 04-24-2013, 01:36 PM
  7. Replies: 4
    Last Post: 08-15-2012, 09:49 AM

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