Thread: SUMIF, IF ?
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default SUMIF, IF ?

Hi Steve

Try

=SUMPRODUCT(--($B116:$B124="V"),--($Q116:$Q124=1300),S116:S124)

If this post helps click Yes
---------------
Jacob Skaria


"Steve" wrote:

I have this formula:
=SUMIF($B116:$B124,"V",S116:S124)

In Q116:Q124, I have various numbers, such as 1300, 1400, 1500.

What can I add to the above formula to get the result for only the rows that
have 1300 in the Q116:Q124 range.


Thanks,

Steve