Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Good afternoon,
I'm trying to do some sql prep work in an excel document. In column A, I have a column of values that I need to concatenate with single quote on either side and terminate with a comma. Column B is a concatenation formula that does this. Up until yesterday, I've never had any issues with this. Now, however, when I enter my formula, it just simply returns a 0 (zero) for my formula. | A | B | 1| DOG | 'DOG', | The formula I used in column B is: = "'"&A1&"'," The end result should be 'DOG', in column B, it's only returning a zero value. How can I fix this? Thanks in advance for any help! -- Chris Unger Analyst - Tyler, TX |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try this
="'"&A1&"'"&"," "cunger28" wrote: Good afternoon, I'm trying to do some sql prep work in an excel document. In column A, I have a column of values that I need to concatenate with single quote on either side and terminate with a comma. Column B is a concatenation formula that does this. Up until yesterday, I've never had any issues with this. Now, however, when I enter my formula, it just simply returns a 0 (zero) for my formula. | A | B | 1| DOG | 'DOG', | The formula I used in column B is: = "'"&A1&"'," The end result should be 'DOG', in column B, it's only returning a zero value. How can I fix this? Thanks in advance for any help! -- Chris Unger Analyst - Tyler, TX |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
My formulas return the formula not a result in the cell | Excel Worksheet Functions | |||
Conditional Formulas that return different drop down lists | Excel Discussion (Misc queries) | |||
selecting cells which contain formulas but return blanks | Excel Discussion (Misc queries) | |||
All formulas return 0 | Excel Discussion (Misc queries) | |||
Return a picture using IF formulas | Excel Worksheet Functions |