Hi,
I am wanting to display multiple vlookup results from a separate sheet into 1 cell.
Example:
Cabling Allocation Sheet, where we input an allocation to a text name "ECC" which can be multiple cables in the same run.
Requirements Sheet - Need the output to be "115, 116, 117" (I have manually written them in at the moment)
I can get the number to appear if there is a single value using the following formula, (however it only lists 1 cable id if multiple)
=IFERROR(VLOOKUP(Usage@row, {Report Range 4}, 2, false), "")
Is there a formula which can do this?
Many thanks in advance.