Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default Total each item's transactions

Hi All,

I'm trying to create a document we can use to track some inventory.

The first tab of the spreadsheet is simply a place where transactions are
entered. There is a column for the part number, then a column for quantity,
and then some other columns regarding other specifics.

What I want to do is on a seperate tab have a list of all the part numbers,
and a formula that looks in the other tab and totals all the transactions for
each part.

Any ideas?

Thanks,
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Total each item's transactions

Assume part numbers in column A (both sheets) and quantity in column C
of Sheet1. In B2 of Sheet2 put this formula:

=SUMIF(Sheet1!A:A,A2,Sheet1!C:C)

and copy down as required.

Hope this helps.

Pete

On Mar 31, 3:39*pm, Cam1234 wrote:
Hi All,

I'm trying to create a document we can use to track some inventory.

The first tab of the spreadsheet is simply a place where transactions are
entered. *There is a column for the part number, then a column for quantity,
and then some other columns regarding other specifics.

What I want to do is on a seperate tab have a list of all the part numbers,
and a formula that looks in the other tab and totals all the transactions for
each part.

Any ideas?

Thanks,


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 52
Default Total each item's transactions

Say your transactions are in Sheet1, totals in Sheet2, and part no. is in Col
A of each sheet.

On sheet two, in the row containing the first part number, in the column you
want the total for the part to appear, type this formula :
=SUMIF(Sheet1!$A:$A, "="&$Ax, Sheet1!C:C)

For $Ax, substitute the row of this formula
For C:C substitute the column of Sheet1 which holds the values to be summed.
Copy the formula down the column
--
TedMi

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
Log of Transactions Snakeoids Excel Discussion (Misc queries) 1 October 27th 07 12:48 AM
Count transactions below a threshold dzd&confused[_2_] Excel Discussion (Misc queries) 2 August 10th 07 01:00 PM
Counting the number of transactions per month OldGuy Excel Discussion (Misc queries) 2 May 3rd 07 09:06 PM
couting transactions for same time kdp145 Excel Worksheet Functions 1 December 15th 05 04:50 PM
counting with a criteria in multiple transactions shafali Excel Worksheet Functions 1 November 29th 04 01:15 AM


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