Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Need a formula to sum no of times item no is used and sum up total quantity!

I use an invoice template workbook to run my little business. First 2
columns in the Invoice template is "Item no" and Quantity". I also
created a summary sheet in my work book and in Column "A" entered all
the item no's that I carry in the store.
I am trying to figure out a formula that looks at the item no in my
summary sheet and than go to my invoice template and calculate no of
times that item was sold and place the result in column "B". I would
also like to than have formula in Column "C" that provides total
quantity of that specific items sold.
I experimented with "Countif" function that can atleast tell me how
many times that Item no was sold, but doesn't provide cumulative qty
sold for that item. Also this function taxes Excel and slows the whole
program down. I tried "Vlookup" function but it only reports the first
entry of the specific item that it finds that does not help me either.

I am an Excel newbie so any and all help is much appreciated..

Thanks for your time...

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Need a formula to sum no of times item no is used and sum up total

=SUMIF(Invoice!$A$2:$A$100,A2,Invoice!$B$2:$B$100) will give quantities

or

=SUMPRODUCT(--(Invoice!$A$2:$A$100=A2),Invoice!$B$2:$B$100,)

where Invoice is template and A2 is Item in your sumary sheet

HTH

"Amean1" wrote:

I use an invoice template workbook to run my little business. First 2
columns in the Invoice template is "Item no" and Quantity". I also
created a summary sheet in my work book and in Column "A" entered all
the item no's that I carry in the store.
I am trying to figure out a formula that looks at the item no in my
summary sheet and than go to my invoice template and calculate no of
times that item was sold and place the result in column "B". I would
also like to than have formula in Column "C" that provides total
quantity of that specific items sold.
I experimented with "Countif" function that can atleast tell me how
many times that Item no was sold, but doesn't provide cumulative qty
sold for that item. Also this function taxes Excel and slows the whole
program down. I tried "Vlookup" function but it only reports the first
entry of the specific item that it finds that does not help me either.

I am an Excel newbie so any and all help is much appreciated..

Thanks for your time...


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
Reducing Quantity When an Item is Sold Tami Excel Discussion (Misc queries) 4 March 21st 07 03:15 PM
Total sum based on different costs for each new quantity group Tboogie21 Excel Worksheet Functions 3 January 26th 07 12:56 PM
Pivotable Sum of Cost times Quantity Jim Pockmire Excel Worksheet Functions 0 March 16th 06 11:54 PM
calculate price * quantity = total amount in a row of excel forml. t. ramachandra rao Excel Worksheet Functions 0 November 23rd 05 07:46 PM
Custom formula to show each item as percentage of grand total? RoryMacLeod Charts and Charting in Excel 3 February 19th 05 05:21 AM


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