View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
CCorreia CCorreia is offline
external usenet poster
 
Posts: 3
Default Transfer Comment to VLOOKUP Cell on Search

I have a spreadsheet that displays a cell's contents in column E based on a
numberical identifier in column B. These cells targeted by the VLOOKUP cell
are located in a seperate part of the same worksheet. I would like to
transfer the comment of the target cell along with the cell data when the
VLOOKUP cell populates. Here is the basic VLOOKUP formula I am using:

=VLOOKUP($B7,$Y$22:$AT$503,2)

Thanks for any help straightening this out, in advance!