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
Installing BES on SBS 2008
MS Access VBA Filecopy returns 70 - permission denied
HiJackThis Analysis. Also "NoIE4StubProcessing"
Can a link a data point in an excel chart to another chart
Sorry, VMware GO doesn't currently support ESXi servers with multiple datastores.
Formview insert doesnt insert data if I add postbackurl on button
SQLCommandBuilder - GetUpdateCommand, GetInsertCommand and GetDeleteCommand Questions
SCCM OSD deployment to Hyper-v R2
Raid 1 mirror Bad block discovered
Workflow Foundation 4 (WF4) or SharePoint 2007 based on WF3?