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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -