Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
FGOMEZ
 
Posts: n/a
Default addition or substraction

I have a columns with thousand of entries (rows)some are receivables (+) and
others payables (-), how can I do a formula to add only receivables or
payables in other words negatives only or positives only.

Thanks




  #2   Report Post  
Posted to microsoft.public.excel.misc
Teodomiro
 
Posts: n/a
Default addition or substraction


FGOMEZ Wrote:
I have a columns with thousand of entries (rows)some are receivables (+)
and
others payables (-), how can I do a formula to add only receivables or
payables in other words negatives only or positives only.

Thanks


I would create two new columns. In the first column, put the formula

=if(a10,a1,"")

In the second column,

=if(a1<0,a1,"")

Then sum each column to get what you need.


--
Teodomiro


------------------------------------------------------------------------
Teodomiro's Profile: http://www.excelforum.com/member.php...o&userid=33140
View this thread: http://www.excelforum.com/showthread...hreadid=532429

  #3   Report Post  
Posted to microsoft.public.excel.misc
dlw
 
Posts: n/a
Default addition or substraction

use the SUMIF function: sumif(range,"<0") and sumif(range,"0")

"FGOMEZ" wrote:

I have a columns with thousand of entries (rows)some are receivables (+) and
others payables (-), how can I do a formula to add only receivables or
payables in other words negatives only or positives only.

Thanks





  #4   Report Post  
Posted to microsoft.public.excel.misc
FGOMEZ
 
Posts: n/a
Default addition or substraction

Thanks,
That is exactly what I was looking for.

Fernando

"dlw" wrote in message
...
use the SUMIF function: sumif(range,"<0") and sumif(range,"0")

"FGOMEZ" wrote:

I have a columns with thousand of entries (rows)some are receivables (+)

and
others payables (-), how can I do a formula to add only receivables or
payables in other words negatives only or positives only.

Thanks







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
variable Addition and substraction Fran Gaffney Excel Worksheet Functions 0 April 11th 06 12:38 PM
addition dali New Users to Excel 1 March 4th 06 06:40 PM
hours & minutes ADDITION IN EXCEL smasif New Users to Excel 1 December 18th 05 09:26 PM
help with simple addition formula Juco Excel Worksheet Functions 1 January 29th 05 12:51 PM
Addition worksheet generator Sriram Excel Worksheet Functions 2 November 20th 04 08:11 AM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"