Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I have a column of numbers. I need a formula that will look at the whole range and add up only the numbers that are 50 or less. Then I need another formula that will add them if they are 51 or more. Thanks for the help. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try something like this:
Sum of the numbers less than or equal to 50 =SUMIF(A1:A100,"<=50",A1:A100) Sum of the numbers greater than 50 =SUMIF(A1:A100,"50",A1:A100) Does that help? *********** Regards, Ron XL2002, WinXP "Dan B" wrote: Hi, I have a column of numbers. I need a formula that will look at the whole range and add up only the numbers that are 50 or less. Then I need another formula that will add them if they are 51 or more. Thanks for the help. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Yep, it helps a ton. Thank You!
"Ron Coderre" wrote in message ... Try something like this: Sum of the numbers less than or equal to 50 =SUMIF(A1:A100,"<=50",A1:A100) Sum of the numbers greater than 50 =SUMIF(A1:A100,"50",A1:A100) Does that help? *********** Regards, Ron XL2002, WinXP "Dan B" wrote: Hi, I have a column of numbers. I need a formula that will look at the whole range and add up only the numbers that are 50 or less. Then I need another formula that will add them if they are 51 or more. Thanks for the help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula/Macro to delete rows that do not meet criteria from a list? | Excel Worksheet Functions | |||
How do I get the total number of items that meet 2 criteria in Exc | Excel Worksheet Functions | |||
Formula to return a value if any numbers in a group meet a criteri | Excel Worksheet Functions | |||
Add numbers in column b if date is between certain criteria | Excel Worksheet Functions | |||
Counting cells that meet 2 differnet criteria | Excel Worksheet Functions |