View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
tom ossieur tom ossieur is offline
external usenet poster
 
Posts: 33
Default combined HLOOKUP (urgent for a friend)

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