Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default negative value

I have created a soreadsheet with a field called 'Less 15% Reserve'.
want it to calculate the 15% amount based only if a positive numbe
appears in the cell used for calculation, not if that amount is
negative amount. How do I create the formula that would leave the cel
at a '0' if in fact the calculator cell is a negative number?

Please help!

Thanks & Happy New Year

Jo

Attachment filename: summary log.xls
Download attachment: http://www.excelforum.com/attachment.php?postid=39479
--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default negative value

Joe,

Try this formula

=(A10)*A1*15%

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"huhnjoe" wrote in message
...
I have created a soreadsheet with a field called 'Less 15% Reserve'. I
want it to calculate the 15% amount based only if a positive number
appears in the cell used for calculation, not if that amount is a
negative amount. How do I create the formula that would leave the cell
at a '0' if in fact the calculator cell is a negative number?

Please help!

Thanks & Happy New Year

Joe

Attachment filename: summary log.xls
Download attachment:

http://www.excelforum.com/attachment.php?postid=394790
---
Message posted from http://www.ExcelForum.com/



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default negative value

=Max(0,A1*.15)

or
=if(A10,A1*.15,0)

--
Regards,
Tom Ogilvy


huhnjoe wrote in message
...
I have created a soreadsheet with a field called 'Less 15% Reserve'. I
want it to calculate the 15% amount based only if a positive number
appears in the cell used for calculation, not if that amount is a
negative amount. How do I create the formula that would leave the cell
at a '0' if in fact the calculator cell is a negative number?

Please help!

Thanks & Happy New Year

Joe

Attachment filename: summary log.xls
Download attachment:

http://www.excelforum.com/attachment.php?postid=394790
---
Message posted from http://www.ExcelForum.com/



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default negative value

Joe

=IF(J7<=0,0,J7*0.15)

Gord Dibben Excel MVP

On Thu, 1 Jan 2004 12:04:05 -0600, huhnjoe
wrote:

I have created a soreadsheet with a field called 'Less 15% Reserve'. I
want it to calculate the 15% amount based only if a positive number
appears in the cell used for calculation, not if that amount is a
negative amount. How do I create the formula that would leave the cell
at a '0' if in fact the calculator cell is a negative number?

Please help!

Thanks & Happy New Year

Joe

Attachment filename: summary log.xls
Download attachment: http://www.excelforum.com/attachment.php?postid=394790
---
Message posted from http://www.ExcelForum.com/


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 104
Default negative value

Joe,

Simplest answer

= A1*0.85

zero * 0.85 is still zero
100% - 15% is 85%


HTH
Henry


"huhnjoe" wrote in message
...
I have created a soreadsheet with a field called 'Less 15% Reserve'. I
want it to calculate the 15% amount based only if a positive number
appears in the cell used for calculation, not if that amount is a
negative amount. How do I create the formula that would leave the cell
at a '0' if in fact the calculator cell is a negative number?

Please help!

Thanks & Happy New Year

Joe

Attachment filename: summary log.xls
Download attachment:

http://www.excelforum.com/attachment.php?postid=394790
---
Message posted from http://www.ExcelForum.com/





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default negative value

85% of -100 is -85
So while it may be simple, it isn't the solution asked for I don't believe.

How do I create the formula that would leave the cell
at a '0' if in fact the calculator cell is a negative number?



--
Regards,
Tom Ogilvy

Henry wrote in message
...
Joe,

Simplest answer

= A1*0.85

zero * 0.85 is still zero
100% - 15% is 85%


HTH
Henry


"huhnjoe" wrote in message
...
I have created a soreadsheet with a field called 'Less 15% Reserve'. I
want it to calculate the 15% amount based only if a positive number
appears in the cell used for calculation, not if that amount is a
negative amount. How do I create the formula that would leave the cell
at a '0' if in fact the calculator cell is a negative number?

Please help!

Thanks & Happy New Year

Joe

Attachment filename: summary log.xls
Download attachment:

http://www.excelforum.com/attachment.php?postid=394790
---
Message posted from http://www.ExcelForum.com/





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
Changing color of negative bar when using Invert if negative Breck Charts and Charting in Excel 9 March 4th 08 12:40 PM
I want to get negative hours if subtraction of hours is negative hema Excel Worksheet Functions 5 April 30th 07 10:02 AM
Set negative numbers to zero. Do not calculate with negative valu Excel Headache Excel Discussion (Misc queries) 4 September 14th 06 08:56 PM
Formula to make Negative Values Positive & Positive Values Negative? mustard Excel Discussion (Misc queries) 4 September 26th 05 10:05 PM
2003= negative number&2004= negative number How Do I Calculate gro Jason Excel Worksheet Functions 1 January 14th 05 05:24 PM


All times are GMT +1. The time now is 08:44 AM.

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"