View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dominic
 
Posts: n/a
Default Get value of cell next to a target cell

I'd use vlookup.

=vlookup("*specific string*",range,2,false)



"Box815" wrote:

How do I get the value of a cell next to a cell with a specific string in it?