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
removed exchange from email accounts and now I can't find the emails I had before
How can i use “COALESCE(SUM…” in linq?
Dell poweredge t610 SAS
droid not syncing when outlook is closed
Run the first php script in background - When done - run the next script ...
OpenVPN Management Port 7505 telnet problem
SQLCommandBuilder - GetUpdateCommand, GetInsertCommand and GetDeleteCommand Questions
Best way to find out what a user has access to on a file server
Mail delivery has failed
Clear only first 5 columns