View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
MLP MLP is offline
external usenet poster
 
Posts: 6
Default Using SUMIF and FIND/RIGHT to add values of a partial cell referen

I'm trying to sum values based on searching for the partial match to the
first few letters/numbers within a range. For example:

A B
2007:A 15
2007:C 22
2006:D 33
2007:D 55
2005:8 100

I want to seach column A for all of the values that have "2007" regardless
of what follows the year, then sum the corresponding values in column B.

I think this is possible, but so far I haven't had any luck with the formula.
Thanks for your help!