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
Run same stored procedure iterating thru parameters
AIX DB2 error
what is the best linux distro and ide for web programming (PHP) ?
Win 7 Pro Virtual Pc XP Mode visible in the network but not accessible
Windows 2008R2 static ports for ntds/rpc/ntfrs
How do I convert a numeric entry to a text value (numbers to words)
ID3 algorithm implementation in JAVA or c++
Starting letters with XXX
Prevent form from submitting if certain words or domains entered, spam control
Install 2nd insatnce of MS SQL 2008