Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default Adding positive amount, but ignoring negative

I would like to write a formula in column C that if column Bs amount is
positive, to add it to the amount in Column A, but if the amount in column B
is negative, to simply add zero to the amount in Column A.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Adding positive amount, but ignoring negative

=if(B10,A1+B1,A1)

drag fill down the column.

--
Regards,
Tom Ogilvy

"Janna" wrote in message
...
I would like to write a formula in column C that if column B's amount is
positive, to add it to the amount in Column A, but if the amount in

column B
is negative, to simply add zero to the amount in Column A.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Adding positive amount, but ignoring negative

How about

In C1 put the formula =if(B10,A1+B1,A1)

Joe V.

"Janna" wrote:

I would like to write a formula in column C that if column Bs amount is
positive, to add it to the amount in Column A, but if the amount in column B
is negative, to simply add zero to the amount in Column A.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default Adding positive amount, but ignoring negative

Thanks Guys!

"Janna" wrote:

I would like to write a formula in column C that if column Bs amount is
positive, to add it to the amount in Column A, but if the amount in column B
is negative, to simply add zero to the amount in Column A.

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
adding positive and negative numbers Coach O Excel Worksheet Functions 3 December 30th 08 03:53 AM
Cause formulae totals to reflect negative and positive amount inpu lawrencae Excel Discussion (Misc queries) 7 January 23rd 08 05:26 PM
Adding Negative and Positive Numbers Jacq Excel Discussion (Misc queries) 4 December 4th 07 07:00 PM
Adding only the negative or positive numers in a column or row slowes Excel Discussion (Misc queries) 2 November 8th 06 05:14 AM
Change negative amount to positive. George New Users to Excel 2 July 29th 05 05:59 PM


All times are GMT +1. The time now is 08:53 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"