Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / General Excel Questions / March 2008

Tip: Looking for answers? Try searching our database.

Total each item's transactions

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Cam1234 - 31 Mar 2008 15:39 GMT
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,
Pete_UK - 31 Mar 2008 16:27 GMT
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

> Hi All,
>
[quoted text clipped - 11 lines]
>
> Thanks,
tedmi - 31 Mar 2008 16:41 GMT
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
Signature

TedMi


Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.