ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Excel (https://www.excelbanter.com/excel-discussion-misc-queries/31262-excel.html)

MK

Excel
 
Column A B C

C=A*B
If A*B<$200 C=$200

Is the above logic possible.

Thank you in advance for your help....MK

JE McGimpsey

One way:

=MAX(200, A * B)

Format as currency.

In article ,
"MK" wrote:

Column A B C

C=A*B
If A*B<$200 C=$200

Is the above logic possible.


tjtjjtjt

=IF(A*B<200,200,A*B)

--
tj


"MK" wrote:

Column A B C

C=A*B
If A*B<$200 C=$200

Is the above logic possible.

Thank you in advance for your help....MK



All times are GMT +1. The time now is 04:06 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com