The table has 11 columns and ~1000 rows of data.
the returned value is the intersection of the following criteria;
column a value = apples
column b value = green
row header value = crate
I have definitely over used sumproduct which slows the calculating process and would prefer to solve using something different such as;
hlookup
vlookup
index
match
the returned value is the intersection of the following criteria;
column a value = apples
column b value = green
row header value = crate
I have definitely over used sumproduct which slows the calculating process and would prefer to solve using something different such as;
hlookup
vlookup
index
match