Hi,
I want to use an array formula to find out look up the smallest value in an array based on what item is matched. I'm trying to use a small(match combination, but doesn't appear to be working.
See file attached.
Hi,
I want to use an array formula to find out look up the smallest value in an array based on what item is matched. I'm trying to use a small(match combination, but doesn't appear to be working.
See file attached.
Try with
Formula:
=IF(COUNTIF(Sheet2!$B$3:$B$22,Sheet1!$B2),MIN(IF(Sheet2!$B$3:$B$22=Sheet1!$B2,Sheet2!$G$3:$J$22)),"")
and dran down upto end.
atul
If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.
Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".
In D2
=SMALL(OFFSET(Sheet2!$F$2,MATCH($B2,Sheet2!$B$3:$B$22,0),0,1,10),1
Thank you both for your response - John, I couldn't help but calculate that you've made an average of 15 posts per day since you joined - very impressive![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks