ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   True False (https://www.excelbanter.com/excel-worksheet-functions/7860-true-false.html)

Stro

True False
 
I'm trying to set up an arguement to have cell D1
calculate a monthly total of A1, and display the true
value if equal or less than 25000, or "25000" if greater
than 25001.

any ideas?

JE McGimpsey

One way:

=MIN(A1,25000)


In article ,
"Stro" wrote:

I'm trying to set up an arguement to have cell D1
calculate a monthly total of A1, and display the true
value if equal or less than 25000, or "25000" if greater
than 25001.

any ideas?


Peo Sjoblom

=IF(A1<=25000,A1,25000)

or

=MIN(A1,25000)

Regards,

Peo Sjoblom


"Stro" wrote:

I'm trying to set up an arguement to have cell D1
calculate a monthly total of A1, and display the true
value if equal or less than 25000, or "25000" if greater
than 25001.

any ideas?



Thanks!
It's been so long since I had to use a true/false
arguement.


All times are GMT +1. The time now is 06:45 AM.

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