combined HLOOKUP (urgent for a friend)
thanks. what's the function of "--" I can't seem to locate it from the Excel
help file.
if I do not use "--", but instead using
SUMPRODUCT((YEAR($A$1:$D$1)=A4),$A2:$D2) directly, the result comes out as 0,
why?
"tom ossieur" wrote:
Hi!
given the table
2007 2008 2008 2009 2012
10% 20% 40% 35% 10%
I want to calculate the sum of the values in row 2 for a certain year, e.g.
2008. How to do if a certain value is shown more than once?
e.g.
if given 2008,
result = 60%
HLOOKUP returns only one value (the same applies to the MATCH function)
any solution???
thanks!
tom
|