Microsoft
Software
Hardware
Network
Question : Formula Help
SUMPRODUCT((Desc="Authoriz
ed")*($L15
:$AT15))
Provides sum of columns that are headed with "Authorized"
Desc = Range name related to Row 1: L1:AT1
This formula works fine except in instances where there is text entered in the range L15:AT15. How do I exclude the cells that contain text so that this doesn't return an ERROR?
Answer : Formula Help
Instead of this:
=SUMPRODUCT((Desc="Authori
zed")*($L1
5:$AT15))
use this:
=SUM(IF(ISTEXT($L15:$AT15)
,0,(Desc="
Authorized
")*($L15:$
AT15)))
Enter as an array formula by pressing CTRL+SHIFT+ENTER.
jppinto
Random Solutions
Plug n Play/USB/Registry Nigtmare - I Need to regularly delete keys in order to "detect" my MP3 Player!
DSUM with multiple rows and multiple columns
Exchange 2010 with Outlook 2003
How do I check if a window is already open or give it focus using Flex/Flash
VB.Net exe, icon and shortcut
PayPal with CreditCard
Import-Module ServerManager
ProLiant DL380 G5 RAID Drive replacement procedure
XP runs slow error 0XC000005e,The Security System detected an attempted downgrade attack for server
trouble with user clicking before content loads ASP and Javascript