Formula Help

  • Thread starter Thread starter Amy
  • Start date Start date
A

Amy

I need to write a formula in excel that says the following:
If C2 = "x" and B2 = "d", then D2*21%

I can get the first part using the IF function, but I am only allowed 1
logical test - how can I use 2?

Thanks!!!!
 
Anyway for me to take it further and say
=IF(AND(C2="x",B2="d"),D2*21%,"") or if B2="e",D2*14%
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Segregating Duplicate Transactions 3
help with formula 1
Help Writing a SUM Formula 5
Modified ACOS function 2
FORMULA 2
Formula Help 2
MS Excel 2007 bug in difference between time 3
Formula Question 2

Back
Top