How to put criterion into sumif in excel? -



How to put criterion into sumif in excel? -

i have workbook containing 2 sheets,

sheet1: b income score 100 90 200 80 ... ... sheet2: b sum filter ? 85

i want count sum of income score larger 85, 85 store in b2, can do

=sumifs(sheet1!a2:a3, sheet1!b2:b3, ">=85")

how can pass b2 cell criterion? like:

=sumifs(sheet1!a2:a3, sheet1!b2:b3, ">=b2")

=sumifs(sheet1!a2:13, sheet1!b2:b3, ">="&b2)

if maintain b2 within quotes (""), think want greater actual value b2, instead of value of b2 (i.e. 85) ampersand links operator (">=") , value together

excel

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -