jimrward
Well-known Member
- Joined
- Feb 24, 2003
- Messages
- 1,895
- Office Version
- 2021
- 2019
- 2016
- 2013
- 2011
- 2010
- 2007
- 2003 or older
- Platform
- Windows
I have a large table of which one of the columns is customername over the years due to name changes, bad typing etc some of the names have become garbled
Currently I have a small lookup table with garbledname, preferredname which I buffer
I then create a custom column namechange which gets to either -1 no match or position in buffer
I then add another custom column pname which gets set to customername or the preferredname
I know there is an extra step and I could have combined them to say
If list.positionof…. =-1 then
Either way it requires a lookup and effectively an index
As a double lookup has always been bad practice in excel is there a better more efficient method
Currently I have a small lookup table with garbledname, preferredname which I buffer
I then create a custom column namechange which gets to either -1 no match or position in buffer
I then add another custom column pname which gets set to customername or the preferredname
I know there is an extra step and I could have combined them to say
If list.positionof…. =-1 then
Either way it requires a lookup and effectively an index
As a double lookup has always been bad practice in excel is there a better more efficient method