Thread: Sumif question
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Teethless mama Teethless mama is offline
external usenet poster
 
Posts: 3,718
Default Sumif question

=SUMPRODUCT(--(A1:A10000=300),--(A1:A10000<=400),A1:A10000)


"Harry Webster" wrote:

I have a range of data in column A1 to A10000, which has values ranging from
1 to 500. I want to find the sum of the values which are between 400 and
300.

Any help would be appreciated.

H