View Single Post
 
Old 03-22-2017, 06:41 AM
xor xor is offline Windows 10 Office 2016
Expert
 
Join Date: Oct 2015
Posts: 1,101
xor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to all
Default

With your data in A2:E10 and date1 and date2 in G1 and G2 try this array formula:

=MAX(IF((A2:A10>=G1)*(A2:A10<=G2),B2:E10))

Remember to hold down Ctrl and Shift before pressing Enter.
Reply With Quote