Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 136
Default Combining an IF with another formula

Hello All:
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)

Regards
Ardy
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Combining an IF with another formula

In C6 type the following formuula

IF((B6*M6)<150,150,(B6*M6))

On Wednesday, March 13, 2013 2:46:45 PM UTC, Ardy wrote:
Hello All:

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)



Regards

Ardy

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,872
Default Combining an IF with another formula

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
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 136
Default Combining an IF with another formula

On Wednesday, March 13, 2013 10:14:22 AM UTC-7, Claus Busch wrote:
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

--

Win XP PRof SP2 / Vista Ultimate SP2

Office 2003 SP2 /2007 Ultimate SP2


Thanks It works, Actually both solutions work great......Thanks guys....
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 136
Default Combining an IF with another formula

On Wednesday, March 13, 2013 9:59:46 AM UTC-7, Nano wrote:
In C6 type the following formuula



IF((B6*M6)<150,150,(B6*M6))



On Wednesday, March 13, 2013 2:46:45 PM UTC, Ardy wrote:

Hello All:




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)








Regards




Ardy

Thanks . It Works......
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Combining 4 Conditions into 1 Formula! Danny Boy Excel Worksheet Functions 7 February 17th 09 07:12 PM
Combining an IF formula with FIND RJB Excel Discussion (Misc queries) 2 March 5th 08 06:24 PM
Combining IF, ANd and SUM functions in a formula RJanz Excel Worksheet Functions 13 January 4th 08 12:22 PM
a formula combining 2 cells into a % not exceling Excel Discussion (Misc queries) 6 January 25th 07 05:22 PM
Combining formula Wendy Excel Discussion (Misc queries) 6 November 20th 06 09:42 PM


All times are GMT +1. The time now is 12:34 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"