How do I bracket text in cells by formatting a whole column?

T

tywlam

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
 
P

Pecoflyer

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

Ok

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


--
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
 
S

Sheeloo

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

Formatting will work only with numbers...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top