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.
you want use averageifs():
=averageifs(b2:b48,a2:a48,">=" & d5,a2:a48,"<=" & e5)
Comments
Post a Comment