Thread
:
Get value of cell next to a target cell
View Single Post
#
2
Posted to microsoft.public.excel.misc
Dominic
Posts: n/a
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?
Reply With Quote