View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Selecting cells with a particular formula

Vlookup returns a string. It doesn't return a reference to a cell. You can
use Match to return an offset into a range, then use that to select a cell.

--
Regards,
Tom Ogilvy

"Muusbreath" wrote in message
...
Is it possible to select all cells in a range with a particular formula,

for
instance, VLOOKUP?