Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 577
Default How do I enter a formula that multiplies columns?

I'm trying to enter a formula so that when I type numbers in columns, like B
& C, I get the result (of multiplying) the columns in column D or wherever.

I can do it individually, but for the life of me I can't figure out how to
make it apply to all the numbers as I add them.

Help would be outstanding!!

TKS
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 367
Default How do I enter a formula that multiplies columns?

Hi TKS

I am not quite sure if I understand you correctly, but what I would do
is this:
If you want to have numbers in Columns A, B and C and multiply them in
Column D, you could enter following formula to your column D:
=A1*B1*C1
which of course only works, if all three fields have a number in it,
otherwise it results in 0.
To avoid this you could change the formula to:
=IF(A1="",1,A1)*IF(B1="",1,B1)*IF(C1="",1,C1)
that would mean though, that if you leave all three columns empty it
would result in 1.
Now you could change it to:
=IF(AND(A1="",B1="",C1=""),0,IF(A1="",1,A1)*IF(B1= "",1,B1)*IF(C1="",
1,C1))

hope that helps you

Cheers Carlo

PS: maybe there will be a wordwrap, all formulas should be on one
line!

On Dec 27, 8:56*am, Scott wrote:
I'm trying to enter a formula so that when I type numbers in columns, like B
& C, I get the result (of multiplying) the columns in column D or wherever..

I can do it individually, but for the life of me I can't figure out how to
make it apply to all the numbers as I add them.

Help would be outstanding!!

TKS


  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 186
Default How do I enter a formula that multiplies columns?

Hi Scott,

In cell D1 enter:

=IF(B1*C1=0,"",B1*C1)

Then copy that formula down all the rows in column D that you wil be using.
As you enter values in B and C, you will get the multpication result in D.
Otherwise column D will not display anything.
HTH

--
Ken Hudson


"Scott" wrote:

I'm trying to enter a formula so that when I type numbers in columns, like B
& C, I get the result (of multiplying) the columns in column D or wherever.

I can do it individually, but for the life of me I can't figure out how to
make it apply to all the numbers as I add them.

Help would be outstanding!!

TKS

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default How do I enter a formula that multiplies columns?

being new to excel myself, this sounds like "how do i copy". if the formula
in column d, cell whatever- works ok, then it just needs to be copied to the
remainder of the column. click on the d cell, then either CTL C, or click on
copy, move to the cell/s you want to copy to, CTL V, or click paste. if you
dont highlight the cells to copy to, CTL V will copy the formula until you
press esc. this might be the blind leading the blind.

"Scott" wrote:

I'm trying to enter a formula so that when I type numbers in columns, like B
& C, I get the result (of multiplying) the columns in column D or wherever.

I can do it individually, but for the life of me I can't figure out how to
make it apply to all the numbers as I add them.

Help would be outstanding!!

TKS

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
Enter values in a colum. Then select from it into other columns RON Excel Worksheet Functions 1 March 7th 07 02:03 AM
Creating a formula which multiplies by two seperate %'s Dos Equis Excel Worksheet Functions 11 October 4th 06 05:19 PM
What two commands help you enter labels in columns that already h. Kendra Excel Questions Excel Discussion (Misc queries) 1 April 5th 06 12:12 AM
What does hitting Ctrl + Shift + Enter to enter a formula do??? Help a n00b out. qwopzxnm Excel Worksheet Functions 2 October 20th 05 09:06 PM
Excel to Excel, Cut & Paste, 1 cell, text, multiplies file size f. PboB Excel Discussion (Misc queries) 3 March 16th 05 06:17 PM


All times are GMT +1. The time now is 09:54 AM.

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"