ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Need more help with a formula (https://www.excelbanter.com/excel-worksheet-functions/192237-need-more-help-formula.html)

Eric

Need more help with a formula
 
I have figured out
the formula to get the sum from 31 sheets on to a summary
sheet at the end of the Excel book; EX: =SUM(1:31!J3:J8). However, I now need
to know how to do it with an exception. Ex: I need =SUM(1:31!P3:P8) BUT ONLY
IF THE FIGURES IN P3:P8 ARE POSITIVE.
Then I need, for another cell, =SUM(1:31!P3:P8) BUT ONLY IF FIGURES IN P3:P8
ARE NEGATIVE.


Jarek Kujawa[_2_]

Need more help with a formula
 
positive:
=SUM(IF(1:31!P3:P80,1:31!P3:P8,))

negative:
=SUM(IF(1:31!P3:P8<0,1:31!P3:P8,))

these are array formulas that need tobe entered with CTRL+SHIFT+ENTER
instead of simple ENTER

HIH

Eric

Need more help with a formula
 
I can not get those formulas to work

"Jarek Kujawa" wrote:

positive:
=SUM(IF(1:31!P3:P80,1:31!P3:P8,))

negative:
=SUM(IF(1:31!P3:P8<0,1:31!P3:P8,))

these are array formulas that need tobe entered with CTRL+SHIFT+ENTER
instead of simple ENTER

HIH


Bob Phillips

Need more help with a formula
 
See my response in excel.misc

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Eric" wrote in message
...
I can not get those formulas to work

"Jarek Kujawa" wrote:

positive:
=SUM(IF(1:31!P3:P80,1:31!P3:P8,))

negative:
=SUM(IF(1:31!P3:P8<0,1:31!P3:P8,))

these are array formulas that need tobe entered with CTRL+SHIFT+ENTER
instead of simple ENTER

HIH




Eric

Need more help with a formula
 
I found it and tried it, but I could not make it work.

"Bob Phillips" wrote:

See my response in excel.misc

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Eric" wrote in message
...
I can not get those formulas to work

"Jarek Kujawa" wrote:

positive:
=SUM(IF(1:31!P3:P80,1:31!P3:P8,))

negative:
=SUM(IF(1:31!P3:P8<0,1:31!P3:P8,))

these are array formulas that need tobe entered with CTRL+SHIFT+ENTER
instead of simple ENTER

HIH





Bob Phillips

Need more help with a formula
 
Well I can assure that it does work.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Eric" wrote in message
...
I found it and tried it, but I could not make it work.

"Bob Phillips" wrote:

See my response in excel.misc

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"Eric" wrote in message
...
I can not get those formulas to work

"Jarek Kujawa" wrote:

positive:
=SUM(IF(1:31!P3:P80,1:31!P3:P8,))

negative:
=SUM(IF(1:31!P3:P8<0,1:31!P3:P8,))

these are array formulas that need tobe entered with CTRL+SHIFT+ENTER
instead of simple ENTER

HIH







David Biddulph[_2_]

Need more help with a formula
 
Well, one thing you are doing wrong is sending rather unhelpful replies (in
this group and on a similar thread in another group) like "did not work".
If you want someone to help you, you'll need to supply more detail. What
formula were you using, what data values went into that formula, what result
did the formula give you, and what did you expect?
--
David Biddulph

"Eric" wrote in message
...
I found it and tried it, but I could not make it work.

"Bob Phillips" wrote:

See my response in excel.misc

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"Eric" wrote in message
...
I can not get those formulas to work

"Jarek Kujawa" wrote:

positive:
=SUM(IF(1:31!P3:P80,1:31!P3:P8,))

negative:
=SUM(IF(1:31!P3:P8<0,1:31!P3:P8,))

these are array formulas that need tobe entered with CTRL+SHIFT+ENTER
instead of simple ENTER

HIH








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

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