I have one drop down cell that contains choices of "A Company", "B Company". The next cell has a drop down with choices of "Founder", "Director", "Lead". I'm trying to right a formula to calculate the following:
If cell 1 is "A Company" and next "Founder" then I want the cell to reflect the result of "220"If cell 1 is "A Company" and next is "Director" then I want the cell to reflect result of "200*.9"If cell 1 is "A Company" and next is "Lead" than I want the cell to reflect result of "200*.7"If cell 1 is "B Company" and next is "Founder" then I want the cell to reflect the result of "175"If cell 1 is "B Company" and next is "Director" then I want the cell to reflect result of "175*.9"and so forthIs it possible to create a formala that will do that?