Thread
:
Formulas fail to calculate
View Single Post
#
2
Posted to microsoft.public.excel.misc
Don Guillett
external usenet poster
Posts: 10,124
Formulas fail to calculate
Change to sumproduct instead. Then NO array entering
=sum(if(c1:h1="Type 1",c2:h2),0
to sum c2:h2 if c1:h1=type 1
=sumproduct((c1:h1="Type 1")*c2:h2)
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"YvonneW" wrote in message
...
Office 2007 -
I have quite a complex Excel workbook, and some of the simplest formulas
fail to calculate unless I set an array (F2, CTRL+SHIFT+ENTER).
This is a template for use by others and I do not want them to have to
perform this function. Why is this happening?
Example of a formula =sum(if(c1:h1="Type 1",c2:h2),0
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett