Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
My data looks like the following:
$1,800 $900 $0 $8,500 $2,400 $900 $4,500 $4,120 $625 $85 I want to get sum total for categories such as any amount less than $1000, amounts greater than $1000 but less than 4,999 and so on. How can I do this? |
#2
![]() |
|||
|
|||
![]()
On Fri, 9 Sep 2005 09:36:02 -0700, cs_vision
wrote: My data looks like the following: $1,800 $900 $0 $8,500 $2,400 $900 $4,500 $4,120 $625 $85 I want to get sum total for categories such as any amount less than $1000, amounts greater than $1000 but less than 4,999 and so on. How can I do this? =SUMIF(rng,"<1000") =SUMIF(rng,"1000") - SUMIF(rng,"=4999") and so on. Check your specifications. In your examples, you will leave out categories that are equal to $1000. --ron |
#3
![]() |
|||
|
|||
![]()
Thank you!
"Ron Rosenfeld" wrote: On Fri, 9 Sep 2005 09:36:02 -0700, cs_vision wrote: My data looks like the following: $1,800 $900 $0 $8,500 $2,400 $900 $4,500 $4,120 $625 $85 I want to get sum total for categories such as any amount less than $1000, amounts greater than $1000 but less than 4,999 and so on. How can I do this? =SUMIF(rng,"<1000") =SUMIF(rng,"1000") - SUMIF(rng,"=4999") and so on. Check your specifications. In your examples, you will leave out categories that are equal to $1000. --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I NEED HELP with the SPELLNUMBER Function | Excel Worksheet Functions | |||
Excel option to store trendline's coefficients in cells for use | Charts and Charting in Excel | |||
Date & Time | New Users to Excel | |||
Automatically up date time in a cell | Excel Discussion (Misc queries) | |||
clock | Excel Worksheet Functions |