ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Using AND function within an array formula (https://www.excelbanter.com/excel-worksheet-functions/38109-using-function-within-array-formula.html)

Andrew L via OfficeKB.com

Using AND function within an array formula
 

I'm still having some problems with the syntax for nesting other functions
within an array formula.

I want to do something like:
=SUM(IF((AND($L$2:$L$10000=E5,$L$2:$L$10000<=E5+6 ))*($AL$2:$AL
$10000="166389")*(MID($A$2:$A$10000,4,1)="2"),$G$2 :$G$10000))

The nested MID function works fine, but when I try to put in the AND function
then I have problems.

Suggestions?


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...tions/200508/1

Bob Phillips

=SUM(IF(($L$2:$L$10000=E5)*($L$2:$L$10000<=E5+6)* ($AL$2:$AL$10000="166389")
*(MID($A$2:$A$10000,4,1)="2"),$G$2:$G$10000))

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Andrew L via OfficeKB.com" wrote in message
...

I'm still having some problems with the syntax for nesting other functions
within an array formula.

I want to do something like:
=SUM(IF((AND($L$2:$L$10000=E5,$L$2:$L$10000<=E5+6 ))*($AL$2:$AL
$10000="166389")*(MID($A$2:$A$10000,4,1)="2"),$G$2 :$G$10000))

The nested MID function works fine, but when I try to put in the AND

function
then I have problems.

Suggestions?


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...tions/200508/1




bj

what do you want it to do when it doen't meet the criteria?
try using
....$G$2:$G$10000,0))
I assume you are using the control-shift-enter to enter the equation.



"Andrew L via OfficeKB.com" wrote:


I'm still having some problems with the syntax for nesting other functions
within an array formula.

I want to do something like:
=SUM(IF((AND($L$2:$L$10000=E5,$L$2:$L$10000<=E5+6 ))*($AL$2:$AL
$10000="166389")*(MID($A$2:$A$10000,4,1)="2"),$G$2 :$G$10000))

The nested MID function works fine, but when I try to put in the AND function
then I have problems.

Suggestions?


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...tions/200508/1


Andrew L via OfficeKB.com


Duh! I forgot, * , does mean AND. Brain cramp!

Q: what do you want it to do when it doen't meet the criteria?
A: that part I know. i was just trying to keep the example simple.

Thanks guys! Very much appreciated.

Andrew


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...tions/200508/1


All times are GMT +1. The time now is 09:43 PM.

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