range - expected value in VBA -


trying figure out how loop through data in excel create expected value, i'm getting error in "for each cell in... "

for = 0 115 - age prob = 1 each cell in range(index(b:b,age+i): b115)     prob = prob * cell.value next expectedvalue = prob * (age + i) next 


Comments

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

javascript - Which segment of a polyline was clicked? -

c# - Avoiding duplicate methods for Task and Task<T> -