T
Tom
I have a simple sumif that does two conditional test:
=SUM(IF(('DataStore'!$I$4:$I$39=$E24)*('DataStore'!$E$4:$E$39=$F$9),'DataSto
re'!J$4:J$39))
Is it possible to turn this into a generic user defined function :
SumMatchInArray(DataStoreToSum,
Condtion1Case,Condtion1Test,Condtion2Case,Condtion2Test.Condtion3Case,Condti
on3Test,etc)
If so does this have a memory advantage?
Can some one point me in the direction of an example... I'm new to VB and
excel programming.
thanks
tom
=SUM(IF(('DataStore'!$I$4:$I$39=$E24)*('DataStore'!$E$4:$E$39=$F$9),'DataSto
re'!J$4:J$39))
Is it possible to turn this into a generic user defined function :
SumMatchInArray(DataStoreToSum,
Condtion1Case,Condtion1Test,Condtion2Case,Condtion2Test.Condtion3Case,Condti
on3Test,etc)
If so does this have a memory advantage?
Can some one point me in the direction of an example... I'm new to VB and
excel programming.
thanks
tom