Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Sumif criteria greater than or less than another cell

SUMIF(A1:A10,B5,C1:C10)

You can see what I'm trying to do. How do I do it?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,494
Default Sumif criteria greater than or less than another cell

maybe this is what you want

=SUMPRODUCT((A1:A10B5)*(C1:C10))

--


Gary Keramidas
Excel 2003


"Don O" <Don wrote in message
...
SUMIF(A1:A10,B5,C1:C10)

You can see what I'm trying to do. How do I do it?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Sumif criteria greater than or less than another cell

Try

=SUMIF(A1:A10,"" & B5,C1:C10)

Since B5 is a cell reference you need to combine the text string "" with
the cell reference using &

--
Jacob


"Don O" wrote:

SUMIF(A1:A10,B5,C1:C10)

You can see what I'm trying to do. How do I do it?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 273
Default Sumif criteria greater than or less than another cell

maybe this is what you want

=SUMPRODUCT((A1:A10B5)*(C1:C10))



"Don O" wrote:

SUMIF(A1:A10,B5,C1:C10)

You can see what I'm trying to do. How do I do it?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sumifs - greater than criteria with a Cell Reference Dweid Excel Worksheet Functions 4 April 3rd 23 11:08 AM
SumIf: use of greater or less than operators in Criteria B. Olund ITC Excel Worksheet Functions 2 August 3rd 06 11:40 PM
How do I use the sumif if I have multiple criteria (i.e. greater . Kellyatisl Excel Worksheet Functions 3 June 4th 06 06:33 AM
sort data rows "greater than or equal" criteria in another cell HV man Excel Worksheet Functions 0 March 26th 06 11:50 PM
Sumif with 2 cell criteria Cube Farmer Charts and Charting in Excel 1 January 27th 06 09:40 AM


All times are GMT +1. The time now is 05:03 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"