Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22
Default How do I bracket text in cells by formatting a whole column?

I want to bracket text or number in a cell, eg. abc becomes (abc). Or add
predetermined prefix to a number or text. How can I use the Text function
or other Excel functions to get these kinds of formats?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 248
Default How do I bracket text in cells by formatting a whole column?

With abc in A1
use this in B1
="(" & A1 & ")"
or
=Concatenate("(",A1,")")

--
Pl click the YES button
(if you see it - don''''''''t worry if you don''t),
if this answer was helpful.



"tywlam" wrote:

I want to bracket text or number in a cell, eg. abc becomes (abc). Or add
predetermined prefix to a number or text. How can I use the Text function
or other Excel functions to get these kinds of formats?

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How do I bracket text in cells by formatting a whole column?


Another possibility:
select the cell - Right-click / Select Format cells - select Number
-Select Custom - In the format field enter "("####")"

Ok

Sheeloo;308336 Wrote:
With abc in A1
use this in B1
="(" & A1 & ")"
or
=Concatenate("(",A1,")")

--
Pl click the YES button
(if you see it - don''''''''t worry if you don''t),
if this answer was helpful.



"tywlam" wrote:

I want to bracket text or number in a cell, eg. abc becomes (abc).

Or add
predetermined prefix to a number or text. How can I use the Text

function
or other Excel functions to get these kinds of formats?

Thanks



--
Pecoflyer

Cheers -
*'Membership is free' (http://www.thecodecage.com)* & allows file
upload -faster and better answers

*Adding your XL version* to your post helps finding solution faster
------------------------------------------------------------------------
Pecoflyer's Profile: http://www.thecodecage.com/forumz/member.php?userid=14
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=86195

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 248
Default How do I bracket text in cells by formatting a whole column?

"I want to bracket text or number in a cell"

Formatting will work only with numbers...

"Pecoflyer" wrote:


Another possibility:
select the cell - Right-click / Select Format cells - select Number
-Select Custom - In the format field enter "("####")"

Ok

Sheeloo;308336 Wrote:
With abc in A1
use this in B1
="(" & A1 & ")"
or
=Concatenate("(",A1,")")

--
Pl click the YES button
(if you see it - don''''''''t worry if you don''t),
if this answer was helpful.



"tywlam" wrote:

I want to bracket text or number in a cell, eg. abc becomes (abc).

Or add
predetermined prefix to a number or text. How can I use the Text

function
or other Excel functions to get these kinds of formats?

Thanks



--
Pecoflyer

Cheers -
*'Membership is free' (http://www.thecodecage.com)* & allows file
upload -faster and better answers

*Adding your XL version* to your post helps finding solution faster
------------------------------------------------------------------------
Pecoflyer's Profile: http://www.thecodecage.com/forumz/member.php?userid=14
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=86195


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
Formatting cells in a column with conditional formatting? shamor Excel Discussion (Misc queries) 8 May 19th 08 10:11 PM
Display cells(text) in one column based on cells which are present inother column [email protected] Excel Discussion (Misc queries) 1 May 12th 08 01:40 PM
How to apply a bracket to right side of a series of text cells? Leeve it to Me Excel Worksheet Functions 3 January 4th 08 08:15 PM
Formatting text column SVerma Excel Discussion (Misc queries) 1 September 24th 07 12:10 PM
How do I bracket a column of numbers? Dididdle Excel Discussion (Misc queries) 0 April 23rd 07 10:44 PM


All times are GMT +1. The time now is 03:48 PM.

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

About Us

"It's about Microsoft Excel"