Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Creating a formula that calculates a total cell

I have a spreadsheet that I use for an order guide. The spreadsheet contains
the 1st sheet which is for inventory and the next 6 sheets are the order
pages.
Each time I enter a # of pcs. on the order sheet it reduces the inventory
sheet #'s.
Heres the delima. I have set up a new column to pull over from the inventory
page and displays the price on each order sheet. I would like to set up a
formula that references the price , multiplies it by the # of pcs,and at a
new cell adds all the references from the entire column giving me a dollar
total. Any thoughts?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default Creating a formula that calculates a total cell

If Price in Column A and Qty in Column B then in Column C:

=A1*C1 and copy down

Order dollar total =SUM(C1:C10) for 10 order lines

Any taxes to be added?

Is this this what you want?

"Growers" wrote:

I have a spreadsheet that I use for an order guide. The spreadsheet contains
the 1st sheet which is for inventory and the next 6 sheets are the order
pages.
Each time I enter a # of pcs. on the order sheet it reduces the inventory
sheet #'s.
Heres the delima. I have set up a new column to pull over from the inventory
page and displays the price on each order sheet. I would like to set up a
formula that references the price , multiplies it by the # of pcs,and at a
new cell adds all the references from the entire column giving me a dollar
total. Any thoughts?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Creating a formula that calculates a total cell

ok so I would like to connect both of those formula's
here's a sample
Quantity
Item Cost Client Name
day need tues
basil $5.00 3
bananas $25.00 1
beets $32.00
carrots $10.00 1
corn $20.00 2
cucumbers $30.00 1

$120
does this make any sense?


"Toppers" wrote:

If Price in Column A and Qty in Column B then in Column C:

=A1*C1 and copy down

Order dollar total =SUM(C1:C10) for 10 order lines

Any taxes to be added?

Is this this what you want?

"Growers" wrote:

I have a spreadsheet that I use for an order guide. The spreadsheet contains
the 1st sheet which is for inventory and the next 6 sheets are the order
pages.
Each time I enter a # of pcs. on the order sheet it reduces the inventory
sheet #'s.
Heres the delima. I have set up a new column to pull over from the inventory
page and displays the price on each order sheet. I would like to set up a
formula that references the price , multiplies it by the # of pcs,and at a
new cell adds all the references from the entire column giving me a dollar
total. Any thoughts?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Creating a formula that calculates a total cell

So do I have to make a new column???

"Toppers" wrote:

If Price in Column A and Qty in Column B then in Column C:

=A1*C1 and copy down

Order dollar total =SUM(C1:C10) for 10 order lines

Any taxes to be added?

Is this this what you want?

"Growers" wrote:

I have a spreadsheet that I use for an order guide. The spreadsheet contains
the 1st sheet which is for inventory and the next 6 sheets are the order
pages.
Each time I enter a # of pcs. on the order sheet it reduces the inventory
sheet #'s.
Heres the delima. I have set up a new column to pull over from the inventory
page and displays the price on each order sheet. I would like to set up a
formula that references the price , multiplies it by the # of pcs,and at a
new cell adds all the references from the entire column giving me a dollar
total. Any thoughts?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Creating a formula that calculates a total cell

In C1 enter =A1*B1

Double-click on the fill handle of C1 to copy down.

The total cell can be anywhere, say in D1

=SUM(C:C)


Gord Dibben MS Excel MVP

On Tue, 1 Aug 2006 13:34:02 -0700, Growers
wrote:

So do I have to make a new column???

"Toppers" wrote:

If Price in Column A and Qty in Column B then in Column C:

=A1*C1 and copy down

Order dollar total =SUM(C1:C10) for 10 order lines

Any taxes to be added?

Is this this what you want?

"Growers" wrote:

I have a spreadsheet that I use for an order guide. The spreadsheet contains
the 1st sheet which is for inventory and the next 6 sheets are the order
pages.
Each time I enter a # of pcs. on the order sheet it reduces the inventory
sheet #'s.
Heres the delima. I have set up a new column to pull over from the inventory
page and displays the price on each order sheet. I would like to set up a
formula that references the price , multiplies it by the # of pcs,and at a
new cell adds all the references from the entire column giving me a dollar
total. Any thoughts?




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
assign formula to another cell Dannycol Excel Worksheet Functions 3 May 12th 06 09:46 PM
Custom functions calculating time arguments Help Desperate Bill_De Excel Worksheet Functions 12 April 25th 06 02:22 AM
How do I total range of cells that have checks in checkboxes? instructorjml Excel Discussion (Misc queries) 2 March 23rd 06 11:56 AM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM


All times are GMT +1. The time now is 12:29 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"