Excel - Lookup to return multiple values in between date range -


i want return multiple values, in case "total adjustment" associated each effective date falls (strictly) in between given start date , end date.

http://imgur.com/c2mlad1.jpg

enter image description here

you want use averageifs():

=averageifs(b2:b48,a2:a48,">=" & d5,a2:a48,"<=" & e5) 

Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

How to merge four videos on one screen with ffmpeg -

c - getting error: cannot take the address of an rvalue of type 'int' -