View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Yunus Yunus is offline
external usenet poster
 
Posts: 22
Default SUMPRODUCT formaula not working


Hi,

I'm attempting to determine how many cells have the value less than or
equal to 26 in column A but also has 1 in it's adjacent row Column C

Whats wrong with this formula =SUMPRODUCT((A25:A850<=26)*(C25:C850=1))

Is it because Column A and C in itself are derived from Formualae, e.g
cells in Column A starting at A25 are = Sheet1!A25
cells in Column C starting at C25 are = MID(B25,5,1)
thanks