View Single Post
  #1   Report Post  
Noemi
 
Posts: n/a
Default add values using vlookup over multi sheets

I have a workbook which contains about 20 worksheets.

In sheet1 I have a list of numbers which could be also on the other 19 sheets.

What I need to do is look at each of the other 19 sheets to see if they have
the number which is on sheet1 and if so I need to get the numerical data in
the 5th column to be returned and added together.

ie
sheet1 a1 = 2001

sheet4 a5 = 2001 e5 = 2
sheet6 a21 = 2001 e21 = 5

therefore sheet1 b1 = e5 + e21 = 7

Hopefully someone could help me.

Thanks
Noemi