IF formula help..

G

Guest

Hi there im creating a commissions template and need a formula that will do
the following;

If H8 and H12 are both greater than zero AND at least 2 of the following 4
cells are greater than zero (H16, H20, H24 & H28) then put $2000 in I42.

Any help would be great!!
 
T

T. Valko

Try this:

Entered in I42:

=IF(AND(H8>0,H12>0,(H16>0)+(H20>0)+(H24>0)+(H28>0)>1),2000,"")

I'm assuming the data will only be numeric.
 

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


Top