View Single Post
  #4   Report Post  
Wendy
 
Posts: n/a
Default

Thanks everyone!

"Wendy" wrote:

I am trying to look up a value in one column of a table and return data from
the corresponding row in the next column over. VLOOKUP only returns the
first instance of the lookup value, and I want to show each instance.

For example: my table lists dates in one column and tasks in the next and 4
tasks are scheduled on the same date, VLOOKUP only returns the name of the
task coresponding to the first cell it found the date in. I want it to
return all 4 task names.

Is there another function that will do this?

Thanks