#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22
Default Cell formatting

Is it possible to format a cell such that it has a opening and closing
parenthesis? The cell is not for a number. Rather, if need be, my user will
enter an "X" in the cell. So when the user opens the Excel spreadsheet, the
cell should look like

( )

But if the user places an "x" in the field, then the cell should look like

( x )
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default Cell formatting

try:

Format=Custom:

"(" @ ")"

The brackets will only appear when the data is entered.

HTH

"Candace" wrote:

Is it possible to format a cell such that it has a opening and closing
parenthesis? The cell is not for a number. Rather, if need be, my user will
enter an "X" in the cell. So when the user opens the Excel spreadsheet, the
cell should look like

( )

But if the user places an "x" in the field, then the cell should look like

( x )

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Cell formatting

Hi,

You could use Toppers format and Conditional and conditional formatting to
turn the cell (Say) red if it was blank

Format|conditional formatting|formula is
=isblank(A1)
and select a colour

Mike

"Candace" wrote:

Thanks, Toppers. But is there any way to make it so that the parenthesis will
show whether data is entered or not. My users need this visual que to remind
them to look at the field/cell.

"Toppers" wrote:

try:

Format=Custom:

"(" @ ")"

The brackets will only appear when the data is entered.

HTH

"Candace" wrote:

Is it possible to format a cell such that it has a opening and closing
parenthesis? The cell is not for a number. Rather, if need be, my user will
enter an "X" in the cell. So when the user opens the Excel spreadsheet, the
cell should look like

( )

But if the user places an "x" in the field, then the cell should look like

( x )

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default Cell formatting

Not as far as I know.

"Candace" wrote:

Thanks, Toppers. But is there any way to make it so that the parenthesis will
show whether data is entered or not. My users need this visual que to remind
them to look at the field/cell.

"Toppers" wrote:

try:

Format=Custom:

"(" @ ")"

The brackets will only appear when the data is entered.

HTH

"Candace" wrote:

Is it possible to format a cell such that it has a opening and closing
parenthesis? The cell is not for a number. Rather, if need be, my user will
enter an "X" in the cell. So when the user opens the Excel spreadsheet, the
cell should look like

( )

But if the user places an "x" in the field, then the cell should look like

( x )

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
Conditional Formatting question (if cell = 0, wrap cell in quotes) Mo2 New Users to Excel 6 May 11th 07 11:06 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 3 January 20th 07 02:02 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 0 January 15th 07 04:35 PM
expanding custom formatting without removing existing cell formatting? Keith Excel Worksheet Functions 3 December 27th 06 01:54 PM
Conditional cell background formatting, based on cell content nosivad Excel Discussion (Misc queries) 5 February 11th 06 11:12 PM


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

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"