excel - How do I search for Value on sheet 2 then if true, multiplying to by a number on the same row? -


i've got massive table on sheet 2, has years left on lease , average values. i.e.

years 80  average(a)97.50% aver(b)97.09%   aver(c)96.00% aver(d)96.00% aver(d)97.00% overall average 96.72% 

in sheet 1, cell c11 has value of years (this variable 80 0 - column of sheet 2)

i need cell e24 (in sheet 1) automatically copy overall average figure (96.72% in case)

is there way in can type in number of years in c11 , in e24 will; search sheet2 corresponding years (in column -n.b. i've attempted vlookup no success), copy value overall average e24?

i have considered adding step value (80 years) read on c11, on f11 if can copy entire row sheet 2 corresponding value. can use simple functions carry out calculation l11

thank you

there 2 or 3 other functions besides vlookup should at. don't know exact layout of spreadsheet, let me try here. 1) if typing in value "80" , want corresponding "80th entry in list" use "index" i.e. =index(sheet2!b2:b82,sheet1!d21) 2) if want find value in list based on searching column i.e. find value "80" first in list of values find corresponding average other matching list, use "index" , "match" together. match searches value , index retrieves. i.e =index(sheet2!b2:b82, match(sheet1!d21, sheet2!a2:a82,0))


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -