Combining an IF with another formula

A

Ardy

Hello All:
I am trying to Combine =(B6*M6)and IF(C6<150,150,C6) in C6 I don't get anerror but I get $ - . The first formula should give me $30.00 and if thesecond formula kicks in and evaluate it should change the 30.00 to 150.00.can somebody shed some light on this for me as to why I am getting $ - and if you can show me how to accomplish combining the two formulas correctly. Each one works right on its own. This is how I combined them ---> =B6*M6,IF(C6<150,150,C6)

Regards
Ardy
 
C

Claus Busch

hi Ardy,

Am Wed, 13 Mar 2013 07:46:45 -0700 (PDT) schrieb Ardy:
I am trying to Combine =(B6*M6)and IF(C6<150,150,C6) in C6 I don't get an error but I get $ - . The first formula should give me $30.00 and if the second formula kicks in and evaluate it should change the 30.00 to 150.00. can somebody shed some light on this for me as to why I am getting $ - and if you can show me how to accomplish combining the two formulas correctly. Each one works right on its own. This is how I combined them ---> =B6*M6,IF(C6<150,150,C6)

try:
=MAX(B6*M6,150)


Regards
Claus Busch
 
A

Ardy

hi Ardy,



Am Wed, 13 Mar 2013 07:46:45 -0700 (PDT) schrieb Ardy:






try:

=MAX(B6*M6,150)





Regards

Claus Busch

--

Win XP PRof SP2 / Vista Ultimate SP2

Office 2003 SP2 /2007 Ultimate SP2

Thanks It works, Actually both solutions work great......Thanks guys....
 

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

Top