Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I want to count nonblank cells in A5:A50 if corresponding cells in B5:B50 are blank. -- starguy ------------------------------------------------------------------------ starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434 View this thread: http://www.excelforum.com/showthread...hreadid=535422 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
SUMPRODUCT(--($A$5:$A$50<""),($B$5:$B$50="")) -- Arvi Laanemets ( My real mail address: arvi.laanemets<attarkon.ee ) "starguy" wrote in message ... I want to count nonblank cells in A5:A50 if corresponding cells in B5:B50 are blank. -- starguy ------------------------------------------------------------------------ starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434 View this thread: http://www.excelforum.com/showthread...hreadid=535422 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() what is the role of -- in this formula and others. -- starguy ------------------------------------------------------------------------ starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434 View this thread: http://www.excelforum.com/showthread...hreadid=535422 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
See http://www.xldynamic.com/source/xld.SUMPRODUCT.html for a detailed
explanation. -- HTH Bob Phillips (remove nothere from email address if mailing direct) "starguy" wrote in message ... what is the role of -- in this formula and others. -- starguy ------------------------------------------------------------------------ starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434 View this thread: http://www.excelforum.com/showthread...hreadid=535422 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
And I forget to preceede the second comparision with -- . So the correct
formula must be =SUMPRODUCT(--($A$5:$A$50<""),--($B$5:$B$50="")) -- Arvi Laanemets ( My real mail address: arvi.laanemets<attarkon.ee ) "starguy" wrote in message ... what is the role of -- in this formula and others. -- starguy ------------------------------------------------------------------------ starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434 View this thread: http://www.excelforum.com/showthread...hreadid=535422 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to insert line on other worksheet depending upon result in cell? | Excel Discussion (Misc queries) | |||
Urgent date/scheduling calc needed | Excel Worksheet Functions | |||
Changing cell colour depending on another cells value... | Excel Discussion (Misc queries) | |||
How can i change cell colour depending on month of date in cell? | Excel Discussion (Misc queries) | |||
Counting spefic cell (not a range) with a value greater than 1 | Excel Discussion (Misc queries) |