Excel Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Column A B C
C=A*B
If A*B<S200 C=$200
If A or B = 0, C=0

How to copy Sentence to another cell

Thanks in advance for your help......MK
 
Not sure, but think you could try
putting in C1, and copy down:
=IF(OR(A1=0,B1=0),0,MAX(A1*B1,200))
 

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

Back
Top