yabrahamson
New Member
- Joined
- Jul 27, 2017
- Messages
- 2
Hi guys,
I have a spreadsheet with hundreds of VLOOKUP formulas that were inputted by a previous user. The formulas are correct except that they were all created with the VLOOKUP default settings that leave out the optional final parameter for Range Control and now need to be modified to include the FALSE parameter at the end that forces Excel to search for an exact match.
An example of the formula: =VLOOKUP($A$1,Students,79)
What it needs to become: =VLOOKUP($A$1,Students,79,FALSE) or =VLOOKUP($A$1,Students,79,0)
I have tried using Find: ) & Replace with: ,0) to find all ) characters and replace them with ,0) or ,FALSE), but this fails with the error "You've entered two many arguments for this function". All of these formulas are in the same 7 columns and no other formulas are used in those columns, so the Find & Replace will only find VLOOKUP formulas that need to be replaced as above. It seems that Excel thinks that I'm putting two values in the Replace with field separated by the comma. The interesting thing is sometimes I can make changes using the Replace option but the Replace All option consistently fails.
Any help would be greatly appreciated.
I have a spreadsheet with hundreds of VLOOKUP formulas that were inputted by a previous user. The formulas are correct except that they were all created with the VLOOKUP default settings that leave out the optional final parameter for Range Control and now need to be modified to include the FALSE parameter at the end that forces Excel to search for an exact match.
An example of the formula: =VLOOKUP($A$1,Students,79)
What it needs to become: =VLOOKUP($A$1,Students,79,FALSE) or =VLOOKUP($A$1,Students,79,0)
I have tried using Find: ) & Replace with: ,0) to find all ) characters and replace them with ,0) or ,FALSE), but this fails with the error "You've entered two many arguments for this function". All of these formulas are in the same 7 columns and no other formulas are used in those columns, so the Find & Replace will only find VLOOKUP formulas that need to be replaced as above. It seems that Excel thinks that I'm putting two values in the Replace with field separated by the comma. The interesting thing is sometimes I can make changes using the Replace option but the Replace All option consistently fails.
Any help would be greatly appreciated.