ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Need help with whichever is greater formula (https://www.excelbanter.com/excel-worksheet-functions/192108-need-help-whichever-greater-formula.html)

Roxy

Need help with whichever is greater formula
 
I have a worksheet in MS2003 and need to have a cell preform the following
function:
Multiply cell U3 by .05 or display 1 whichever is greater.

Any help is greatly appreciated, thanks in advance!

~Roxy

robzrob

Need help with whichever is greater formula
 
On Jun 21, 12:11*am, Roxy wrote:
I have a worksheet in MS2003 and *need to have a cell preform the following
function:
Multiply cell U3 by .05 or display 1 whichever is greater.

Any help is greatly appreciated, thanks in advance!

~Roxy




=IF(U3*0.5<1,U3*0.5,1)

Roxy

Need help with whichever is greater formula
 
Thank you Thank you Thank you!!! You are the best that worked perfectly!

Cheers!
~Roxy

Dana DeLouis

Need help with whichever is greater formula
 
Multiply cell U3 by .05 or display 1 whichever is greater.

Another option is to take the "maximum" of the two values.

=MAX(U3*0.05, 1)

--
HTH :)
Dana DeLouis


"Roxy" wrote in message ...

I have a worksheet in MS2003 and need to have a cell preform the following
function:
Multiply cell U3 by .05 or display 1 whichever is greater.

Any help is greatly appreciated, thanks in advance!

~Roxy


All times are GMT +1. The time now is 05:33 PM.

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