Thread: inexact search
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mourinho Mourinho is offline
external usenet poster
 
Posts: 9
Default inexact search


I have a sheets containing data with headers that I am going to manipulate
with a macro. The problem is that the headers contain spaces after the text
(though not always) and so a search when referenced to another cell (e.g.
using VLOOKUP or IF statement- not decided yet) is coming back empty.

One option is to edit the input data first using a simple macro
(Find+Replace), though I would be keen to learn of options if available.

Cheers

M