View Single Post
  #5   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Sun, 3 Jul 2005 04:55:03 -0700, "BartDesc"
wrote:

It seemed simple:
={SUM(VLOOKUP((F15:F19);DataRLambda;2;FALSE))}
should work, but doesn't. F15 is used every time for evaluation in VLOOKUP.
I have some experience in excel so I don't think it's any obvious mistake.
My conclusion is that using Vlookup in a formula array doesn't work.
Can anybody second that?
Did anybody find an elagant workaround? (I could create extra calculations
in extra columns or even some VBA programming).

Thanks,
Bart



Doing a bit more research reveals that the LOOKUP worksheet function seems to
work, in array formulas, as you desire. However, the lookup vector needs to be
in ascending order or you may get the wrong result. Given your FALSE argument
in the VLOOKUP function you posted, this may not be an option for you.


--ron