Forum Discussion

José Lorenzo Strédel García's avatar
Apr 20, 2018

Excel formula

Hello,

 

I am struggling in creating a calculator with the following information:

VOLUME OF USERSProfessionalCorporateEnterprise
User/month User/monthUser/month
From 10 to 50 users€6,00€7,00-
From 51 to 100 users€5,00€6,00€8,00
From 101 to 250 users-€5,00€6,00
From 251 to 500 users-€4,50€5,00
>500--€4,20

 

I am trying to create a calculator where depending on the plan you select, and the number of users you add to this calculator, the € user/month appears on a cell.

I had advanced until this: 

Type of PlanUsersPrice month/user
"Drop down menu with the options""Here the user of the calculator makes the input of the number of user""Here is where I want the formula to give me me the right number according to the table shown before"

The formula I have used is: =IF(AND(I9<51;G9="Professional");6;5) - But this only solves the problem for the Professional plan, but not the rest and when I try to add to the formula the rest of the conditions, it doesn´t work.

 

Could you please help me with this?

 

Kind regards,

2 Replies

Resources