Thread: look up
View Single Post
  #2   Report Post  
bj
 
Posts: n/a
Default

this is often a good place to use a sumproduct() formula
=sumproduct(--(Range1=argument1),--(Range2=arguement2),--(Range
3=Argument2),answerrange)
the --( changes the logical true, false to a numeric 1,0 and the arrays in
each segment needs to be the same size but you can't use the shorthand for
full columns or rows. (A:A wont work)

"krk" wrote:

Hej,

how is it possible to look up a value in a dataset, when it's determined by
three differet "look up values"?