View Single Post
 
Old 01-23-2014, 11:27 AM
BobBridges's Avatar
BobBridges BobBridges is offline Windows 7 64bit Office 2010 32bit
Expert
 
Join Date: May 2013
Location: USA
Posts: 700
BobBridges has a spectacular aura aboutBobBridges has a spectacular aura about
Default

If I understand what you mean, gbaker, the correct answer is this: No matter what lookup function you use—VLOOKUP, MATCH, INDEX, whatever—the function is going to return a single value that can go only in that one cell. If you want multiple values, you have to use multiple formulae, one in each cell.

I've attached your workbook, modified to accomplish that. I didn't bother to use IF(ERROR...) functions so it looks messy, and someone else here may be able to show a better way of doing it generally. And of course you can always write a macro, though there may be reasons why that isn't a practical solution. This works...sort of.
Attached Files
File Type: xlsx x.xlsx (24.3 KB, 17 views)
Reply With Quote