ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Cell formula where result to be Positive only (https://www.excelbanter.com/excel-discussion-misc-queries/68745-cell-formula-where-result-positive-only.html)

Freddie

Cell formula where result to be Positive only
 
Hi: Can anybody help a not very sophisticated used.
I need to create a formula such as A1-4500*11% where the answer is
positive. if not the answer is 0.

Example A1 =5000 therefore 500 @11%=55
Example A1=4000 therefore minus figure answer required is 0


PCLIVE

Cell formula where result to be Positive only
 
Try this:

=IF((A1-4500)*11%<0,0,(A1-4500)*11%)

HTH,
Paul

"Freddie" wrote in message
oups.com...
Hi: Can anybody help a not very sophisticated used.
I need to create a formula such as A1-4500*11% where the answer is
positive. if not the answer is 0.

Example A1 =5000 therefore 500 @11%=55
Example A1=4000 therefore minus figure answer required is 0




Dave Peterson

Cell formula where result to be Positive only
 
=max(0,a1-4500)*11%

is another way.



Freddie wrote:

Hi: Can anybody help a not very sophisticated used.
I need to create a formula such as A1-4500*11% where the answer is
positive. if not the answer is 0.

Example A1 =5000 therefore 500 @11%=55
Example A1=4000 therefore minus figure answer required is 0


--

Dave Peterson

Ron Coderre

Cell formula where result to be Positive only
 
Try something like this:
For a value in A1
B1: =MAX((A1-4500)*11%,0)

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"Freddie" wrote:

Hi: Can anybody help a not very sophisticated used.
I need to create a formula such as A1-4500*11% where the answer is
positive. if not the answer is 0.

Example A1 =5000 therefore 500 @11%=55
Example A1=4000 therefore minus figure answer required is 0



Freddie

Cell formula where result to be Positive only
 
Thanks, works a treat



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

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