Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I have a list of numbers I want to pick all those that are less then 1 and add them together , I don't know what cartirea to use? i.e. sumif (h15:h35,????,h15:h35) thanks -- Hapitaron10 ------------------------------------------------------------------------ Hapitaron10's Profile: http://www.excelforum.com/member.php...o&userid=34835 View this thread: http://www.excelforum.com/showthread...hreadid=546792 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=sumif(h15:h35,"<1",h1:h35)
"Hapitaron10" wrote: I have a list of numbers I want to pick all those that are less then 1 and add them together , I don't know what cartirea to use? i.e. sumif (h15:h35,????,h15:h35) thanks -- Hapitaron10 ------------------------------------------------------------------------ Hapitaron10's Profile: http://www.excelforum.com/member.php...o&userid=34835 View this thread: http://www.excelforum.com/showthread...hreadid=546792 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hapitaron10 For values in A1:A10 This formula adds the values that are less than 1: B1: =SUMIF(A1:A10,"<1",A1:A10) Does that help? Regards, Roin -- Ron Coderre ------------------------------------------------------------------------ Ron Coderre's Profile: http://www.excelforum.com/member.php...o&userid=21419 View this thread: http://www.excelforum.com/showthread...hreadid=546792 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() thank you vary much this works just fine , One more quick oni if I need a range should I replace if i.e. isumif( a1:a10, "=1 and <3, a1:a10) Thanks -- Hapitaron10 ------------------------------------------------------------------------ Hapitaron10's Profile: http://www.excelforum.com/member.php...o&userid=34835 View this thread: http://www.excelforum.com/showthread...hreadid=546792 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hapitaron10 For a range of values, you'd need a different function For values in A1:A10 This formula sums the values greater than or equal to 1 AND less than 3: B1: =SUMPRODUCT((A1:A10=1)*(A1:A10<3)*A1:A10) Does that help? Regards, Ron -- Ron Coderre ------------------------------------------------------------------------ Ron Coderre's Profile: http://www.excelforum.com/member.php...o&userid=21419 View this thread: http://www.excelforum.com/showthread...hreadid=546792 |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Works, Thank you very much :) -- Hapitaron10 ------------------------------------------------------------------------ Hapitaron10's Profile: http://www.excelforum.com/member.php...o&userid=34835 View this thread: http://www.excelforum.com/showthread...hreadid=546792 |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
try =sumif(h15:h35,"<1",h15:h35) Is it help? Regards from Brazil Marcelo "Hapitaron10" escreveu: I have a list of numbers I want to pick all those that are less then 1 and add them together , I don't know what cartirea to use? i.e. sumif (h15:h35,????,h15:h35) thanks -- Hapitaron10 ------------------------------------------------------------------------ Hapitaron10's Profile: http://www.excelforum.com/member.php...o&userid=34835 View this thread: http://www.excelforum.com/showthread...hreadid=546792 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to use SUMIF to return sums between two values located in cells | Excel Worksheet Functions | |||
Sumif of Sumif perhaps? | Excel Discussion (Misc queries) | |||
SUMIF | Excel Worksheet Functions | |||
Embedding a Sumif in a sumif | Excel Worksheet Functions | |||
SUMIF with Mutiple Ranges & Criteria | Excel Discussion (Misc queries) |