![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Feb 2002
Location: Sutton Coldfield
Posts: 1,143
|
Is there any way to have two conditions in an array formula (sorry if this is easy - bit thick today)
I typed in the formula below (which works with just the one condition) but it doesn't seem to work when I add the AND bit... can anyone help - I want the sum of array ak2:ak63707 where conditions in both col a & col b are met.... (this is formula that dont work) =SUM(IF(AND('Jan 2002 Data'!$B$2:$B$63707=$C21,'Jan 2002 Data'!$A$2:$A$63707='GB(1078)'!$B$1),'Jan 2002 Data'!$AK$2:$AK$63707)) cheers, Will |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Newcastle, UK
Posts: 1,174
|
Quote:
=SUMPRODUCT(('Jan 2002 Data'!$B$2:$B$63707=$C21)*('Jan 2002 Data'!$A$2:$A$63707='GB(1078)'!$B$1),'Jan 2002 Data'!$AK$2:$AK$63707) you don't need to array enter this
__________________
"Have a good time......all the time" Ian Mac |
|
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Feb 2002
Location: Sutton Coldfield
Posts: 1,143
|
Cheers....worked a treat.
Will. |
|
|
|
|
|
#4 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
Aladin |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|