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
How to retrieve and Entities Form or View Metadata
Documentation for Palo Alto PA 500 firewall
Formula to calculate all position for given matrix
Exchange 2010 Domain Prep
Deleted nested folders and files with powershell
Database on a 64 bit OS - Conection issues
Notes 8.5.1 - Increasing Java Heap Size - No com.ibm.rcp.j2se.<version>
file
ati2dvag blue screen on ibm thinkpad T41 help
Domain Controller rename and IP change
'AddressOf' expression cannot be converted to 'Integer' because 'Integer' is not a delegate type.