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
Lightweight network management for mobile workforce
How can I convert a custom control that calls User32 and Shell32 to work on Mono?
how can i find all ILO boards on a network
Should you dismount exchange database before exhange updates?
ORA-06502 error when calling stored procedure from Visual Basic 6
Remote Web Workplace Setup
Nested Gridviews RowDataBound Event Problem
How to avoid zero(s) in front of number(s) disappears in array
NTLDR is Missing on HP Proliant ML350 G4 with Windows 2003 SP2
Migration of SQL Server 2008 database to oracle