Thread: SUMIF, IF ?
View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Steve Steve is offline
external usenet poster
 
Posts: 1,814
Default SUMIF, IF ?

Yes, thanks. I do have 2007 at home.

Thanks,

Steve

"Shane Devenshire" wrote:

Hi,

If you are using 2007:

SUMIFS(S116:S124,B116:B124,"V",Q116:Q124,1300)

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Steve" wrote:

Thanks guys,

Both solutions worked great.

Steve

"David Billigmeier" wrote:

You can use this formula, commit with CTRL+SHIFT+ENTER instead of just Enter,
as it's an array formula:

=SUM(IF(($B116:$B124="V")*($Q116:$Q124=1300),S116: S124,""))


--
Regards,
Dave


"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