Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
TB TB is offline
external usenet poster
 
Posts: 26
Default Sum of product

I am trying to find a formula to total a specific product from a list into
another worksheet for totals.

Can i use a LOOKUP formula to look for that specific product and give me
totals for the year in another worksheet?

Thanks;
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 35,218
Default Sum of product

If there were only one entry, then I bet you could.

But if there is more than one entry, you can use =sumif()

=sumif(sheet2!a:a,"product1",sheet2!b:b)




tb wrote:

I am trying to find a formula to total a specific product from a list into
another worksheet for totals.

Can i use a LOOKUP formula to look for that specific product and give me
totals for the year in another worksheet?

Thanks;


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,276
Default Sum of product

Hi,
your data is in sheet2 column A product name column B amount, in sheet1 you
have in column A the product name and you want the totals in columnB so enter

=sumproduct(--(A1=sheet2$A$1:$A$10000),$B$1:$B$10000)

copy formula down, change range to fit your requirements, range has to be
the same in both sides of the formula

"tb" wrote:

I am trying to find a formula to total a specific product from a list into
another worksheet for totals.

Can i use a LOOKUP formula to look for that specific product and give me
totals for the year in another worksheet?

Thanks;

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
Product Code and Product Description setup Nastyashman Excel Worksheet Functions 4 July 6th 09 05:48 PM
I need a product key for my Trail product, 2007 Microsoft Office s sltchsyi Setting up and Configuration of Excel 0 May 4th 09 01:32 AM
Sum Product maybe?? Mark Allen Excel Discussion (Misc queries) 3 November 28th 08 04:05 PM
more sum product s2m via OfficeKB.com Excel Discussion (Misc queries) 4 August 30th 06 02:43 PM
sum product ceemo Excel Worksheet Functions 2 March 9th 06 04:35 PM


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