Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() is it possible to have muti-columes range in the sumif formula e.g =sumif(a1:c5,xxx,xxx) then have multiple criteria? e.g =sumif(xxx, first colum equals "a" & second colum 1000, xxx) how should i write it? thx -- vincent135 ------------------------------------------------------------------------ vincent135's Profile: http://www.excelforum.com/member.php...o&userid=35373 View this thread: http://www.excelforum.com/showthread...hreadid=551836 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
You could do this using SUMPRODUCT: =SUMPRODUCT((A2:A100="criteria")*(B2:B100="some more")*(C2:C100)) If you post exactly what you, we can help you. With SUMPRODUCT you can't use full columns as ranges (A:A) and the ranges must be the same size. There is some more information on this he http://www.xldynamic.com/source/xld.SUMPRODUCT.html Hope this helps. Andy. "vincent135" wrote in message ... is it possible to have muti-columes range in the sumif formula e.g =sumif(a1:c5,xxx,xxx) then have multiple criteria? e.g =sumif(xxx, first colum equals "a" & second colum 1000, xxx) how should i write it? thx -- vincent135 ------------------------------------------------------------------------ vincent135's Profile: http://www.excelforum.com/member.php...o&userid=35373 View this thread: http://www.excelforum.com/showthread...hreadid=551836 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() thank you very much...great help -- vincent135 ------------------------------------------------------------------------ vincent135's Profile: http://www.excelforum.com/member.php...o&userid=35373 View this thread: http://www.excelforum.com/showthread...hreadid=551836 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks for the feedback, Vincent.
Andy. "vincent135" wrote in message ... thank you very much...great help -- vincent135 ------------------------------------------------------------------------ vincent135's Profile: http://www.excelforum.com/member.php...o&userid=35373 View this thread: http://www.excelforum.com/showthread...hreadid=551836 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sumif of Sumif perhaps? | Excel Discussion (Misc queries) | |||
importing csv files, problem with date formats | Excel Worksheet Functions | |||
sumif problem | Excel Discussion (Misc queries) | |||
Problem with SUMIF criteria | Excel Discussion (Misc queries) | |||
SUMIF problem | Excel Worksheet Functions |