• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Return value between date range

Hi, It's Monday and my brain hasn't kicked into gear.

I would like to return the values for the date in Column F into Columns G H & I as per my example.

thank you!

Kelli
 

Attachments

  • Chandoo return value from a range.xlsx
    57.9 KB · Views: 10
Or...........

In G2, copied across to I2 and all down :

=IFERROR(INDEX(A$2:A$13,AGGREGATE(15,6,ROW($A$2:$A$13)-ROW($A$1)/($F2>=($B$2:$B$13))/($F2<=($C$2:$C$13)),1)),"")

Regards
Bosco
 

Attachments

  • return value from a range(1).xlsx
    149.3 KB · Views: 8
Back
Top