Forum Discussion
THOMAS_DUPUIS
Aug 05, 2022Copper Contributor
Messages d’erreurs #N/A et #Valeur
Bonjour, J'ai 2 messages d'erreurs différents en faisant la même formule avec les mêmes données. Sur une feuille sans Tableau j'obtiens du #N/A et du #VALEUR et sur la feuille ...
- Aug 05, 2022I just found the reason. This is actually unrelated to the "Table" shape. It comes from subtraction, A-B = #Value and B-A = #N/A. But I don't understand why there is this difference in error.
Riny_van_Eekelen
Aug 05, 2022Platinum Contributor
THOMAS_DUPUIS When you try to deduct a number from a text as shown in your pictures, you get a value error. If either of the cells contains #N/A resulting from e.g. a lookup function you will always get #N/A. If the #N/A is just a text like " '#N/A", you will also get a value error.
So, what in the cells that produce #N/A in column B?
THOMAS_DUPUIS
Aug 05, 2022Copper Contributor
I just found the reason. This is actually unrelated to the "Table" shape. It comes from subtraction, A-B = #Value and B-A = #N/A. But I don't understand why there is this difference in error.