Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
So to get the literal
"1" the original poster wanted is possible very simply using ="""1""" rather than weird concatenation he was using Well, that is true if the 1 is hard-coded; but if the "1" were picked up from a reference in another cell, then the full concatenation would be required. For example, if A1 contained 1 as its contents, then another cell displaying it quoted would need to use =""""&A1&"""". The main purpose behind my post was to give insight as to why four quote marks in a row are required to display a single quote mark... remember, my post was a follow-up one to the last part of JE McGimpsey's posting and, by extension, a response to MG's statement - What is the logic behind =""""? Specifically, that statement about the four quote marks to display one quote mark is a question that comes up from time to time over in the newsgroups devoted to the compiled versions of Visual Basic; so I adapted my stock answer there for my response here. Rick |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help!!! Enter "7" in a cell and Excel changes the "7" to "11" immediately!!! | Excel Discussion (Misc queries) | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
Complex if test program possible? If "value" "value", paste "value" in another cell? | Excel Discussion (Misc queries) | |||
Insert "-" in text "1234567890" to have a output like this"123-456-7890" | Excel Discussion (Misc queries) |