View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
anike007 anike007 is offline
external usenet poster
 
Posts: 2
Default Excel 2003 multiple criteria

Hmmmm - I've tried SO many things but I can't seem to get anything to work....


I tried this but come up with a #Value! answer?!?!?!?!?

Toppers wrote:
Is this what you want?

=SUMPRODUCT(--(E1:E100="AS FIN"),--(B1:B100="Jan"),--(H1:H100))

I am trying to add numbers in column H IF the data in column E=AS FIN AND the
data in column B=Jan

I've tried SUMIF, SUMPRODUCT, SUM(IF( etc.... Nothing seems to work.

Thanks for any help you can provide.