Forum Discussion

Arun Chandramouli's avatar
Arun Chandramouli
Brass Contributor
Jul 24, 2022
Solved

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

  • Arun Chandramouli 

     

    Change 10001+ in Input!M7 to 10001.

    If you have Microsoft 365 or Office 2021, in C2:

     

    =XLOOKUP(Output!A2,Input!$H$2:$H$4,Input!$I$2:$I$4)*0.9^(XMATCH(B2,Input!$M$2:$M$7,-1)-1)

     

    If you have an older version:

     

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

     

    Fill down.

1 Reply

  • Arun Chandramouli 

     

    Change 10001+ in Input!M7 to 10001.

    If you have Microsoft 365 or Office 2021, in C2:

     

    =XLOOKUP(Output!A2,Input!$H$2:$H$4,Input!$I$2:$I$4)*0.9^(XMATCH(B2,Input!$M$2:$M$7,-1)-1)

     

    If you have an older version:

     

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

     

    Fill down.

Resources