Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
variable Addition and substraction | Excel Worksheet Functions | |||
addition | New Users to Excel | |||
hours & minutes ADDITION IN EXCEL | New Users to Excel | |||
help with simple addition formula | Excel Worksheet Functions | |||
Addition worksheet generator | Excel Worksheet Functions |