Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Excel 2003 - SUM formula

How do I sum that have values from a MULTIPLY formula.

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 793
Default Excel 2003 - SUM formula

Do you want to sum the multiplication of values in two columns? i.e. multiply
values in A1 with B1, A2 with B2 .. and sum the result?

Use
=SUMPRODUCT(A1:A100,B1:B100)
"Chow" wrote:

How do I sum that have values from a MULTIPLY formula.

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Excel 2003 - SUM formula

I have (A1*B1) value in column cell C1=500 and (A2*B2) value in column cell
C2=300. How can i sum C1 and C5 to get value is 800? what formula i should
use?

"Sheeloo" wrote:

Do you want to sum the multiplication of values in two columns? i.e. multiply
values in A1 with B1, A2 with B2 .. and sum the result?

Use
=SUMPRODUCT(A1:A100,B1:B100)
"Chow" wrote:

How do I sum that have values from a MULTIPLY formula.

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 793
Default Excel 2003 - SUM formula


=C1 + C2
or
=C1 + C5
depending on what you want


in the cell you want the result

"Chow" wrote:

I have (A1*B1) value in column cell C1=500 and (A2*B2) value in column cell
C2=300. How can i sum C1 and C5 to get value is 800? what formula i should
use?

"Sheeloo" wrote:

Do you want to sum the multiplication of values in two columns? i.e. multiply
values in A1 with B1, A2 with B2 .. and sum the result?

Use
=SUMPRODUCT(A1:A100,B1:B100)
"Chow" wrote:

How do I sum that have values from a MULTIPLY formula.

Thanks

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Excel 2003 - SUM formula

=C1 + C2 it worked fine for me, but when i sum =C1 : C100 it didn't work
because i have 100 rows and they all have value formula.

"Sheeloo" wrote:


=C1 + C2
or
=C1 + C5
depending on what you want


in the cell you want the result

"Chow" wrote:

I have (A1*B1) value in column cell C1=500 and (A2*B2) value in column cell
C2=300. How can i sum C1 and C5 to get value is 800? what formula i should
use?

"Sheeloo" wrote:

Do you want to sum the multiplication of values in two columns? i.e. multiply
values in A1 with B1, A2 with B2 .. and sum the result?

Use
=SUMPRODUCT(A1:A100,B1:B100)
"Chow" wrote:

How do I sum that have values from a MULTIPLY formula.

Thanks



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 793
Default Excel 2003 - SUM formula

=SUM(C1:C100)

"Chow" wrote:

=C1 + C2 it worked fine for me, but when i sum =C1 : C100 it didn't work
because i have 100 rows and they all have value formula.

"Sheeloo" wrote:


=C1 + C2
or
=C1 + C5
depending on what you want


in the cell you want the result

"Chow" wrote:

I have (A1*B1) value in column cell C1=500 and (A2*B2) value in column cell
C2=300. How can i sum C1 and C5 to get value is 800? what formula i should
use?

"Sheeloo" wrote:

Do you want to sum the multiplication of values in two columns? i.e. multiply
values in A1 with B1, A2 with B2 .. and sum the result?

Use
=SUMPRODUCT(A1:A100,B1:B100)
"Chow" wrote:

How do I sum that have values from a MULTIPLY formula.

Thanks

  #7   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Excel 2003 - SUM formula

Try something like this which will ignore possible errors or text within the
sum range C1:C100. Array-enter, ie confirm the formula by pressing
CTRL+SHIFT+ENTER (instead of just ENTER):
=SUM(IF(ISNUMBER(C1:C100),C1:C100))

Celebrate success? Click the YES button below.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:25,000 Files:300 Subscribers:70
xdemechanik
---
"Chow" wrote:
=C1 + C2 it worked fine for me, but when i sum =C1 : C100 it didn't work
because i have 100 rows and they all have value formula.


  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Excel 2003 - SUM formula

Max- Thank you so much. It worked great.

Chow

"Max" wrote:

Try something like this which will ignore possible errors or text within the
sum range C1:C100. Array-enter, ie confirm the formula by pressing
CTRL+SHIFT+ENTER (instead of just ENTER):
=SUM(IF(ISNUMBER(C1:C100),C1:C100))

Celebrate success? Click the YES button below.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:25,000 Files:300 Subscribers:70
xdemechanik
---
"Chow" wrote:
=C1 + C2 it worked fine for me, but when i sum =C1 : C100 it didn't work
because i have 100 rows and they all have value formula.


  #9   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Excel 2003 - SUM formula

Delighted to hear that. You're welcome.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:25,000 Files:300 Subscribers:70
xdemechanik
---
"Chow" wrote in message
...
Max- Thank you so much. It worked great.




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
Help with Formula (Excel 2003) Marilyn Excel Discussion (Misc queries) 5 April 17th 07 11:46 AM
Excel (2003) formula Fiona Excel Discussion (Misc queries) 4 January 18th 07 03:40 PM
Excel 2003 Formula Bar Xiud Excel Discussion (Misc queries) 1 February 2nd 06 11:42 PM
Excel 2003 - Need Formula Help windsong Excel Discussion (Misc queries) 3 November 23rd 05 05:11 PM
How do I get the formula bar in excel 2003 unionhall Excel Discussion (Misc queries) 1 February 17th 05 10:10 AM


All times are GMT +1. The time now is 04:47 AM.

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

About Us

"It's about Microsoft Excel"