Looking for non-array formula to look into A2:C10 and extract the correct values using E1 as the requirement to pull values into G2:G6 and H2:H6. Desired outcome is in G2:G6 and H2:H6. See sample file.
Requirement: E1: Feb, Mar
Thanks
Looking for non-array formula to look into A2:C10 and extract the correct values using E1 as the requirement to pull values into G2:G6 and H2:H6. Desired outcome is in G2:G6 and H2:H6. See sample file.
Requirement: E1: Feb, Mar
Thanks
Last edited by bjnockle; 04-27-2021 at 08:02 PM.
Try this in G2:
=IFERROR(INDEX(A:A,AGGREGATE(15,6,ROW(A$2:A$10)/($C$2:$C$10=$E$1),ROWS(G$2:G2))),"")
Phuocam: Not pulling correctly when I adjusted the formula to this:
Please help fix. Thanks![]()
Please Login or Register to view this content.
=IFERROR(INDEX($A$2:$A$10,AGGREGATE(15,6,ROW(A$2:A$10)/($C$2:$C$10=$E$1),ROWs(G$2:G2))-1),"")
Phuocam: Proposed formula (solution works pulling values in column A into column G. Would like a non-array to pull the corresponding values (column B - dates) for column A to be pulled into column H.![]()
Please Login or Register to view this content.
Thanks
use the formula provided in post#2, in G2, and copy down and to right and you will get the desired results in both Cols G (A) & H (B)
there is no need to modify the initial INDEX range from A:AOriginally Posted by Phuocam
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks