View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bernie Deitrick Bernie Deitrick is offline
external usenet poster
 
Posts: 5,441
Default Sumproduct w/ multiple factors: Correct and Incorrect return value

Rachel,

One idea: Stop using formulas, and start using Pivot Tables. Pivot tables will also help you find
values that look close but aren't actually - a string with an extra space, etc.

HTH,
Bernie
MS Excel MVP


"Rachel" wrote in message
...
My conundrum:

I'm using sumproduct formulas with multiple factors to extract totals from
another worksheet (my data source). I'm tabulating the number of entries
whose adjacent cells meet various criteria.

Using virtually identical sumproduct formulas in my tabulating worksheet,
the results are sometimes 'correct' (desired) output, and sometimes they seem
to miss counting one or two entries in the source data which actually meet
the criteria of the formula.

I have checked formatting (and extra 'spaces') of the data source and of the
cells with the formulas... and I can't figure out what is wrong.

Any help is much appreciated.
--Rachel...