• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

MS Excel

In Cells
" is simply a double quote mark and has no relevance
eg: abc"abc is the text string abc"abc

' is used in a cell to force the contents to be treated as text not numbers
eg: '0123 displays as 0123 not as 123

in Formula
" is used to mark the start and end of text
eg: =concatenate("Hello", " ", "AmplifyHope")
will display Hello AmplifyHope

' is just a text character
 
Back
Top