Thread: Regarding SUMIF
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
barry houdini[_4_] barry houdini[_4_] is offline
external usenet poster
 
Posts: 57
Default Regarding SUMIF

Hello Raj,

You can use SUMPRODUCT

Assuming your base data is in columns A, B and C then with your
priorities, P1, P2 etc. listed in E2 down use this formula in F2
copied down

=SUMPRODUCT((A$2:A$100="Closed")+(A$2:A$100="Resol ved"),--(B$2:B
$100=E2),C$2:C$100)

adjust ranges as necessary...