Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hey I was wondering what is wrong with this formula, I want it to sum only if the row next to it said shipped and the row next to that doesn't say PAID Code: -------------------- ::=SUMIF(AND(N2:N35=\"SHIPPED\", O2:O35=\"<PAID\"),L2:L35):: -------------------- -- exutable ------------------------------------------------------------------------ exutable's Profile: http://www.excelforum.com/member.php...o&userid=28665 View this thread: http://www.excelforum.com/showthread...hreadid=539712 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() try this =SUMPRODUCT((N2:N35="SHIPPED")*(O2:O35="<PAID")*( L2:L35)) -- duane ------------------------------------------------------------------------ duane's Profile: http://www.excelforum.com/member.php...o&userid=11624 View this thread: http://www.excelforum.com/showthread...hreadid=539712 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() It gives me a negative number -- exutable ------------------------------------------------------------------------ exutable's Profile: http://www.excelforum.com/member.php...o&userid=28665 View this thread: http://www.excelforum.com/showthread...hreadid=539712 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I think duane's suggestion has a typo, try this amendment =SUMPRODUCT((N2:N35="SHIPPED")*(O2:O35<"PAID")*L2 :L35) -- daddylonglegs ------------------------------------------------------------------------ daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486 View this thread: http://www.excelforum.com/showthread...hreadid=539712 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() yes, but you need another set of () =SUMPRODUCT((N2:N35="SHIPPED")*(O2:O35<"PAID")*(L 2 :L35)) -- duane ------------------------------------------------------------------------ duane's Profile: http://www.excelforum.com/member.php...o&userid=11624 View this thread: http://www.excelforum.com/showthread...hreadid=539712 |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Thanks works perfectly(the last one) -- exutable ------------------------------------------------------------------------ exutable's Profile: http://www.excelforum.com/member.php...o&userid=28665 View this thread: http://www.excelforum.com/showthread...hreadid=539712 |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() duane Wrote: yes, but you need another set of () =SUMPRODUCT((N2:N35="SHIPPED")*(O2:O35<"PAID")*(L 2 :L35)) ....works fine for me without the parentheses....:) -- daddylonglegs ------------------------------------------------------------------------ daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486 View this thread: http://www.excelforum.com/showthread...hreadid=539712 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sumif formula returns incorrect value | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
What's wrong with my array formula | Excel Discussion (Misc queries) | |||
Simple formula doesn't quite add up | Excel Discussion (Misc queries) | |||
Paste is is copying in formula, but display is wrong. | Excel Discussion (Misc queries) |