Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to find a formula that will search another worsheet for a
specific text (product) and also sum up the quantitys used. The items may appear on the same spreadsheet more tnan once so I will need to use a range of A1:A500 to search for the product number, then total the quantities in the adjoining cell, even if it appears more than once on the same spreadsheet. e.g. House no. DEVELOPMENT ESP1234N 15 29 READING NHB5669 9 5 MILTON KEYNES I have 5 workbooks for each day of the week and Im aiming to summarise the quantity's used for each item in a 'stock movement' summary. I only need the first two colum results for the stock movement summary report. Please help, this is driving me nuts :( |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Looks like you need SUMIF
=SUMIF(A1:A500,"productname",B1:B500) |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thats done it :) Excellent thank you very much.
"daddylonglegs" wrote: Looks like you need SUMIF =SUMIF(A1:A500,"productname",B1:B500) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
linking documents, then hiding certain text | Excel Discussion (Misc queries) | |||
how to see the whole text in merged cells? | New Users to Excel | |||
I can't see all the text in a text box (vertical alignment)??? | Excel Discussion (Misc queries) | |||
huge amount of text in merge cell - want undone! | Excel Discussion (Misc queries) | |||
Ingoring text in a formula | Excel Worksheet Functions |