Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a formula that needs to sum the following cell ranges formula ex.
=(C5*$C$3) all the way to (CZ5*$CZ$3). I am assuming it stops because a formula can only have 1024 characters. Any suggestions???? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How about
=SUMPRODUCT(C5:CZ5,$C$3:$CZ$3) Charles ______________________ Decision Models FastExcel 2.2 Beta now available www.DecisionModels.com "w1nter11" wrote in message ... I have a formula that needs to sum the following cell ranges formula ex. =(C5*$C$3) all the way to (CZ5*$CZ$3). I am assuming it stops because a formula can only have 1024 characters. Any suggestions???? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thx a lot!!! Any suggestions on where I can learn more about the sumproduct
function? "Charles Williams" wrote: How about =SUMPRODUCT(C5:CZ5,$C$3:$CZ$3) Charles ______________________ Decision Models FastExcel 2.2 Beta now available www.DecisionModels.com "w1nter11" wrote in message ... I have a formula that needs to sum the following cell ranges formula ex. =(C5*$C$3) all the way to (CZ5*$CZ$3). I am assuming it stops because a formula can only have 1024 characters. Any suggestions???? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Check it out in Help. or Google.
SUMPRODUCT is also often used for conditional sums where one of the arguments is a logical test preceded by -- to turn the False/True into 0/1. Charles ______________________ Decision Models FastExcel 2.2 Beta now available www.DecisionModels.com "w1nter11" wrote in message ... Thx a lot!!! Any suggestions on where I can learn more about the sumproduct function? "Charles Williams" wrote: How about =SUMPRODUCT(C5:CZ5,$C$3:$CZ$3) Charles ______________________ Decision Models FastExcel 2.2 Beta now available www.DecisionModels.com "w1nter11" wrote in message ... I have a formula that needs to sum the following cell ranges formula ex. =(C5*$C$3) all the way to (CZ5*$CZ$3). I am assuming it stops because a formula can only have 1024 characters. Any suggestions???? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Remove characters from a text string using a formula | Excel Discussion (Misc queries) | |||
if cell starts with characters formula | Excel Discussion (Misc queries) | |||
Problem with VBA returning the contents of a long formula. | Excel Discussion (Misc queries) |