Forum Discussion
adamroot
Oct 08, 2019Copper Contributor
Copy/paste value from formula leads to failed vlookup
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 valu...
- Oct 08, 2019
If 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.
adamroot
Oct 08, 2019Copper Contributor
utilizing a value function does work, thank you. I am still curious as to why the post paste special values formatting does not allow for a successful vlookup without adding a value function to the formula (annoying to need to add this to all future formulas).
Is there a solution or setting with the paste special values that would not require the value function in the lookup?
Is there a solution or setting with the paste special values that would not require the value function in the lookup?
SergeiBaklan
Oct 08, 2019Diamond Contributor