Team:
The last parameter in VLOOKUP() essentially tells EXCEL whether the range being used for lookup is in ASCII order or not. If not, it has to plow through all the entries in the range, as opposed to doing a binary "search all" (of COBOL fame).
So not understanding this for a long time, most all my VLOOKUP() functions are using TRUE as the last parm. And there are literally thousands in this spreadsheet.
So..... here it comes.....
How do I do a mass change to change the last parameter in all my VLOOKUP() functions to FALSE? Is it even possible, without going into every single cell?
And with copy/paste misbehaving VERY BADLY, this becomes ever more complicated.
Using Win10, Excel 2019 (have access to Excel 2013, 2009......)
Thanks for any ideas....
The last parameter in VLOOKUP() essentially tells EXCEL whether the range being used for lookup is in ASCII order or not. If not, it has to plow through all the entries in the range, as opposed to doing a binary "search all" (of COBOL fame).
So not understanding this for a long time, most all my VLOOKUP() functions are using TRUE as the last parm. And there are literally thousands in this spreadsheet.
So..... here it comes.....
How do I do a mass change to change the last parameter in all my VLOOKUP() functions to FALSE? Is it even possible, without going into every single cell?
And with copy/paste misbehaving VERY BADLY, this becomes ever more complicated.
Using Win10, Excel 2019 (have access to Excel 2013, 2009......)
Thanks for any ideas....