joeyslaptop
New Member
- Joined
- Aug 26, 2011
- Messages
- 25
I often need a MATCHIF function in Excel, but am unaware of if one exists. Here's what I'm trying to do:
Report Date;Name;Status
3/1/2015;Bill;Pending
4/1/2015;Anne;Approved
3/1/2015;Anne;Pending
4/1/2015;Bill;Denied
I want to only MATCH on April's data without sorting by date or needing a clunky array formula. IOW I need a formula to find Anne's Status in a way that will not consider anything that isn't 4/1/2015. I want the workbook to be formula driven (so no macros), and without having to place warnings on the worksheet to ensure that other users don't sort the data by columns B or C.
How can I accomplish this?
Report Date;Name;Status
3/1/2015;Bill;Pending
4/1/2015;Anne;Approved
3/1/2015;Anne;Pending
4/1/2015;Bill;Denied
I want to only MATCH on April's data without sorting by date or needing a clunky array formula. IOW I need a formula to find Anne's Status in a way that will not consider anything that isn't 4/1/2015. I want the workbook to be formula driven (so no macros), and without having to place warnings on the worksheet to ensure that other users don't sort the data by columns B or C.
How can I accomplish this?