Excel 2013 - the Char() function is not working
Solved
kikou93
Posted messages
438
Status
Member
-
kikou93 Posted messages 438 Status Member -
kikou93 Posted messages 438 Status Member -
Hello/Good evening,
I'm seeking your help for the following problem:
For example, if we want to write a text like this: (I am a "engineer" in .... etc)
To display the text: = "I am a " & CHAR(24) & " in .... etc"
But instead, the following error appears: #NAME?
The function CHAR() is not available in the list of functions
If anyone has a solution to this problem
Thank you in advance for your help
--
How it works is cool!
1000 Thank you friends
I'm seeking your help for the following problem:
For example, if we want to write a text like this: (I am a "engineer" in .... etc)
To display the text: = "I am a " & CHAR(24) & " in .... etc"
CHAR(24)is used to display the quotation marks
But instead, the following error appears: #NAME?
The function CHAR() is not available in the list of functions
If anyone has a solution to this problem
Thank you in advance for your help
--
How it works is cool!
1000 Thank you friends
2 answers
-
Hello,
In Excel, it's not CHAR(), but CAR()
and the quotation marks are not 24, but 34
="I am a " & CAR(34) & "engineer"& CAR(34) & " in .... etc"
-
Hello M-12,
Strange because I saw a video on YouTube and he used the CHAR() function, it was on Excel 2013
Here is the video: https://www.youtube.com/watch?v=yPjp8JM5CJo
For the 24, it’s true, it’s 34, I made a typing mistake
Thank you for your help
-
-
Re,
If you speak English and your Excel is also in English, no problem
but in French CAR for Caractère
and in English CHAR for Characters