To return a value corresponding to another cell from a range if it matches with a cell, I found Chuff's solution helpful (in Excel - match data from one range to another and get the value from the cell to the right of the matched data ):
=iferror(vlookup(b31,$f$3:$g$12,2,0),"")
However, if there are more than one cells within the column F which match with b1, the formula returns the value of only one cell from the column G.
Could it be modified so as to attract the value of more than one cell?
Thank you!
SUM()
(if they are all numeric) or concatenation (otherwise). – DMM