need a formula for cumulative grade

D

deliliah

hi
i am having trouble with getting a formula to work for a cumulative grade,
that will pull from different worksheets in the same workbook , any
suggestion?
thanks deliliah
 
D

Don Guillett

without more detail, maybe
=vlookup("joe",sheet1!a2:x200,2,0)+vlookup("joe",sheet2!a2:x200,2,0)+
 
Top