Tony has attended:
Excel VBA Intro Intermediate course
Excel VBA Advanced course
Access Intermediate course
Access Advanced course
Worksheetfunction nesting max if
I am try to create array formula in Excel VBA. In excel, I would use the formula
{max(if(name1=a2,name2))}
name1 and name 2 are named ranges
i am happy using worksheetfunction for max or if but do not know how to do a nested function to get max if
RE: Worksheetfunction nesting max if
Hi Tony
Thanks for the question
Could you clarify for me whether you wish to create a customised function procedure, or if you wish to use the above as the formula property of a cell object?
Thanks
Stephen