Oct 08 2019 10:16 AM
I am trying to copy and paste values from a formula data set (RIGHT(,5) - get zip codes from addresses) into a separate sheet to then perform a vlookup. The vlookup returns with #N/A. The pasted values sit to the left of the cell, when I enter the cell and press enter the value moves to the right of the cell and then the vlookup works. The only way I can get this to work is entering every cell.
How can I can paste values ina
Oct 08 2019 10:23 AM
Oct 08 2019 10:31 AM
Oct 08 2019 10:45 AM
SolutionIf you apply =RIGHT("abc12345",5) it returns text "12345". Copy/paste as value also paste text. As variant you may use =--RIGHT("abc12345",5) to return numbers as numbers.
Oct 08 2019 10:47 AM
Oct 08 2019 10:54 AM
Oct 08 2019 10:58 AM
Feb 08 2023 04:36 PM
Hi everyone,
If you are reading this post then you have an issue with VLookup. I spent hours trying to work out the problem.
For me the problem when copying down / pasting the VLookup formula as that my calculations were set to manual.
Go into excel and in the search bar type "Calculation" and see if Automatic is selected or if for some reason Manual is selected.
Change to Automatic and hopefully your VLoopup past will now work.
Mar 06 2024 08:33 AM
Oct 08 2019 10:45 AM
SolutionIf you apply =RIGHT("abc12345",5) it returns text "12345". Copy/paste as value also paste text. As variant you may use =--RIGHT("abc12345",5) to return numbers as numbers.