Hello,
I have been struggling with this for over 2 days, searching forums, trying several formula's, and i am at my wits end.
I am trying to summerize on the Master BMO List, the number of lengths required for each of the listed materials that are throughout the individual BMO Sheets in the workbook. In the attached samplei only show one BMO Sheet, but in my workbook, I have close to 30.
Master BMO List (Sheet 1 Name)
Column A - Lists the material name
Column B - is where i want the lookup data to appear, next to the appropriate material name
BMO SS Sloped 2 Bar (Sheet 2 Name)
Column B is the data that has to be matched against Column A in Master BMO List
Column N is the value of the response I am looking for.
As you can see, there may be several rows that contain the matched name, giving multiple values, which i would like combined to give a running total.
eg. SS-316 1-1/4" PIPE is in 3 different rows in the individual BMO Sheet. I need to calculate the corresponding N column value for that same row that has that material. The formula would go in B138 in Master BMO.
Your comments are greatly appreciated.
Last edited by titantough; 11-24-2010 at 01:56 AM.
Did you have a look at SUMIF?
e.g, in B4:
=SUMIF('BMO - SS SLOPED 2 BAR'!B:B,A4,'BMO - SS SLOPED 2 BAR'!N:N)
copied down.
If you need to refer to a specific sheet for each entry, then introduce a new column in the summary sheet and in corresponding cells insert the sheet name... then in the # of lengths required column use formula like:
=SUMIF(INDIRECT("'"&B4&"'!B:B"),A4,INDIRECT("'"&B4&"'!N:N"))
Last edited by NBVC; 11-22-2010 at 01:19 PM.
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
Thanks alot. You guys & girls sure have a great resource here. Your time in answering everyones questions is extremely gracious and very helpful.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks