Forum Discussion
Anthony Smith
Mar 15, 2019Brass Contributor
INDEX MATCH Returning #N/A Error for Pasted Values
Hello, I am really hoping someone can explain the reason for this issue. Whenever I try to copy numerical values that are stored as text and paste them onto another sheet, the #N/A error is retur...
Kevin_Houston
Mar 15, 2019Copper Contributor
index needs a value, text and numbers are different, or at least treated different. when copy & paste the text into your new file, use paste special values. if you need to keep any formulas, perhaps use the Value() within the formula to output a value so index can find it
- Anthony SmithMar 15, 2019Brass Contributor
Many formulas in Excel treat the value formats differently. I'm trying to find out why the formula is still returning an error even though the formatting for both data ranges are the same. I'm assuming the cells aren't refreshing, and the formatting isn't being applied (as it works fine when the Text to Columns function is applied), but I'm not sure.