Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks BOB.
Done : ) Mind if I ask is it right enough to have it like this as it will take lot of calculation time for a large list. Any other way now to speed up. Thx. Sinner On Feb 20, 6:09*pm, "Bob Phillips" wrote: Create a list and name it PREList (dynamically or however you want), and use =SUMPRODUCT(--(ISNUMBER(MATCH(ActivityList,PREList,0))),--(DateList=E$5)) -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Sinner" wrote in message ... Hiee, With below mentioned calculations, I want to expand the PREreg list so that I can add new items as array. Since it won't allow further addition in list, I want to make a sheet named lists in which I can use excel column to list down new items which can then be taken as an array list names 'PREreg'. Can anyone help? Formula used: =SUMPRODUCT((ActivityList=PREreg)*(DateList=E$5)) Defined name is ActivityList =OFFSET(DateList,0,2) Defined name is DateList =OFFSET(Data!$A$2,0,0,COUNT(Data!$A:$A),1) Defined name is 'PREreg' which refers to: ={"a","b","Classic","Data 1","Data 2","Data 4","Economy","Economy New","Exclusive","Favorite","Favorite New"} Thanks- Hide quoted text - - Show quoted text - |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sumproduct; two conditions; no list | Excel Discussion (Misc queries) | |||
SUMPRODUCT using a list? | Excel Worksheet Functions | |||
Sumproduct from a drop down list | Excel Discussion (Misc queries) | |||
SumProduct with criteria list | Excel Worksheet Functions | |||
Like Sumproduct() but using values from a list | Excel Programming |