PC Review


Reply
Thread Tools Rate Thread

Adding symbols to text cells

 
 
=?Utf-8?B?RXhjZWwgRnVuY3Rpb24gQXBwbGljYXRpb24=?=
Guest
Posts: n/a
 
      28th Jun 2007
In column A I have 13,000 rows where there are either values of "JR.", "CPA",
"MD", or nothing. Can I
create an IF statement that says if there is a text value in the cell put
parentheses around that value and if there is nothing in the cell do nothing?

Any help would be appreciated

 
Reply With Quote
 
 
 
 
=?Utf-8?B?VG9wcGVycw==?=
Guest
Posts: n/a
 
      28th Jun 2007
=if(istext(A1),"(" & a1 & ")","")



"Excel Function Application" wrote:

> In column A I have 13,000 rows where there are either values of "JR.", "CPA",
> "MD", or nothing. Can I
> create an IF statement that says if there is a text value in the cell put
> parentheses around that value and if there is nothing in the cell do nothing?
>
> Any help would be appreciated
>

 
Reply With Quote
 
Peo Sjoblom
Guest
Posts: n/a
 
      28th Jun 2007
You would need a help column unless you use a macro

=IF(A2="","","("&A2&")")


then you can copy down as long as needed and if you want to replace the
values in A copy and paste special as values


--
Regards,

Peo Sjoblom









"Excel Function Application"
<(E-Mail Removed)> wrote in message
news:9FE16F1E-D8C6-4D6D-AAD0-(E-Mail Removed)...
> In column A I have 13,000 rows where there are either values of "JR.",
> "CPA",
> "MD", or nothing. Can I
> create an IF statement that says if there is a text value in the cell put
> parentheses around that value and if there is nothing in the cell do
> nothing?
>
> Any help would be appreciated
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you find and replace unwanted symbols in text cells? cw2r44 Microsoft Excel Misc 2 6th Jan 2010 06:09 PM
Adding Cells that Contain Text derr04@gmail.com Microsoft Excel Worksheet Functions 6 12th Oct 2007 11:21 PM
Adding Cells that Contain Text derr04@gmail.com Microsoft Excel Misc 2 12th Oct 2007 06:54 PM
Adding two text cells together =?Utf-8?B?QXVkcmV5?= Microsoft Excel Misc 4 24th Feb 2005 09:57 PM
what's the formula for adding symbols in cells? Debi Microsoft Excel Charting 2 28th Feb 2004 11:50 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:52 AM.