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
Anyone knows what this fruit is called in english and if I can buy it in the USA somewhere even online
how to find date when Win7 Home was installed
Time/Date Function Timestamp Incorrect
outlook not running rules
Apple iWeb - how to save HTML to Disk or to publish the web site via FTP?
Unable to install any framework .NET in XP Mode (Virtual PC)
syslink Router
MS Office 2010
Complete uninstall of Sharepoint Services 3.0 from Windows 2008 Server
Javascript and Mozilla