Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default All formulas return a zero value.

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default All formulas return a zero value.

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
My formulas return the formula not a result in the cell 1stcoast Excel Worksheet Functions 7 April 12th 08 10:14 PM
Conditional Formulas that return different drop down lists ads1983 Excel Discussion (Misc queries) 2 May 15th 07 09:57 PM
selecting cells which contain formulas but return blanks hot dogs Excel Discussion (Misc queries) 3 September 12th 06 12:07 PM
All formulas return 0 johndoe_ Excel Discussion (Misc queries) 1 July 20th 06 01:50 PM
Return a picture using IF formulas T Williams Excel Worksheet Functions 1 January 26th 05 11:15 PM


All times are GMT +1. The time now is 08:38 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"