Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
w1nter11
 
Posts: n/a
Default Calculating a formula that exceeds 1,000 characters

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Charles Williams
 
Posts: n/a
Default Calculating a formula that exceeds 1,000 characters

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
w1nter11
 
Posts: n/a
Default Calculating a formula that exceeds 1,000 characters

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Charles Williams
 
Posts: n/a
Default Calculating a formula that exceeds 1,000 characters

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Remove characters from a text string using a formula duncrbrt Excel Discussion (Misc queries) 1 June 4th 05 02:19 AM
if cell starts with characters formula Norman Kong via OfficeKB.com Excel Discussion (Misc queries) 3 March 24th 05 10:18 AM
Problem with VBA returning the contents of a long formula. [email protected] Excel Discussion (Misc queries) 2 February 23rd 05 12:14 AM


All times are GMT +1. The time now is 08:19 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"