Thread: dsum or sumif?
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
muddan madhu muddan madhu is offline
external usenet poster
 
Posts: 747
Default dsum or sumif?

Array function ( use Ctrl + Shift + Enter )

=SUM(IF(A2:A10={390,710,720,"g"},B2:B10))


On Jan 29, 11:46*am, ff wrote:
I would like to sum the if the column have 390, 710, 720 & G, should be dsum
or sumif? *Also, i have been used sumif, it's seem too long, pls. advise any
quickly methods? *Pls. see the following details:

Class * No. of Request
1 * * * 5
155 * * 2
391 * * 1
200 * * 4
715 * * 2
720 * * 3
AS * * *1
D * * * 1
DE * * *2

The total for the Class (390, 71, 720 & D*) should be 4. *Thanks!!