Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Brilliant!!!! Thank you :-)
"Don Guillett" wrote: 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 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I think either :
1) You have recalculation set to manual or 2) You need to format the cell with the formula as "General" "YvonneW" wrote: 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
My formulas will not calculate | Excel Worksheet Functions | |||
Formulas will not calculate | Excel Worksheet Functions | |||
How to calculate pass/fail percentages entered on a spreadsheet? | New Users to Excel | |||
Formula & functions intermittently fail to calculate | Excel Worksheet Functions | |||
formulas won't calculate | Excel Worksheet Functions |