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
WiFi / wireless connection dropped & laptops need to be rebooted to reconnect to 2Wire broadband modem : Event id 5005
Coldfusion -SQL and LIKE question
Difference between Icefaces,myfaces,richfaces
in JSF?
Watchguard high collision rate
Can't locate DBI.pm in @INC
Excel/csv, move rows to another sheet based on changing value in column
how can i create window service in C# using InstallUtil.exe ??
WHAT IS PROTEGE?
Access to read info from query and send out results in excel
Auto Send Excel as Email Attachment