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

I am new at this... I have a criteris of <5 years, =5 years. I have tried
everything to have this apply to a column of numbers. Can anyone help me?
--
Be true to self. Look forward, reflect back.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default Custom formatting

Here are step by step instructions.

1) Highlight cells you want conditional formating
2) go to Tools Menu and Select conditional formating
3) Select condition 1 Cell value is
4) The box to the right select less than
5) Next box type in 5
6) Press format button - select pattern. Pick color
7) Press OK
8) Press Add button
9) Select condition 2 Cell value is
10) The box to the right select greater thanor equal to
11) Next box type in 5
12) Press format button - select pattern. Pick color
13) Press OK



"WillieWoman" wrote:

I am new at this... I have a criteris of <5 years, =5 years. I have tried
everything to have this apply to a column of numbers. Can anyone help me?
--
Be true to self. Look forward, reflect back.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Custom formatting

Thank you Joel. I failed to mention I have to include "years" as part of the
answer. No colors involved. Instruction writes:
"Create a custom format for the values in the Years Employed column so that
is displays the text "<5years" for values that are less than five and "=5
years" for values that are less than or equal to five or greater" Excel 2003,
Second Edition, Parsons, Oja, Ageloff, Carey
--
Be true to self. Look forward, reflect back.


"Joel" wrote:

Here are step by step instructions.

1) Highlight cells you want conditional formating
2) go to Tools Menu and Select conditional formating
3) Select condition 1 Cell value is
4) The box to the right select less than
5) Next box type in 5
6) Press format button - select pattern. Pick color
7) Press OK
8) Press Add button
9) Select condition 2 Cell value is
10) The box to the right select greater thanor equal to
11) Next box type in 5
12) Press format button - select pattern. Pick color
13) Press OK



"WillieWoman" wrote:

I am new at this... I have a criteris of <5 years, =5 years. I have tried
everything to have this apply to a column of numbers. Can anyone help me?
--
Be true to self. Look forward, reflect back.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default Custom formatting

You left out the hard part. The code below will strip the string "years" and
convert the text number to an integer. Here are step by step instructions.

1) Highlight cells you want conditional formating
2) go to Tools Menu and Select conditional formating
3) Select condition 1 formula is
4) The box to the right enter:
=IF(VALUE(SUBSTITUTE(F5,"years",""))<5,TRUE,FALSE)
5) Press format button - select pattern. Pick color
6) Press OK
7) Press Add button
8) Select condition 2 formula is
9) The box to the right enter:
=IF(VALUE(SUBSTITUTE(F5,"years",""))=5,TRUE,FALSE )
10) Press format button - select pattern. Pick color
11) Press OK


"WillieWoman" wrote:

Thank you Joel. I failed to mention I have to include "years" as part of the
answer. No colors involved. Instruction writes:
"Create a custom format for the values in the Years Employed column so that
is displays the text "<5years" for values that are less than five and "=5
years" for values that are less than or equal to five or greater" Excel 2003,
Second Edition, Parsons, Oja, Ageloff, Carey
--
Be true to self. Look forward, reflect back.


"Joel" wrote:

Here are step by step instructions.

1) Highlight cells you want conditional formating
2) go to Tools Menu and Select conditional formating
3) Select condition 1 Cell value is
4) The box to the right select less than
5) Next box type in 5
6) Press format button - select pattern. Pick color
7) Press OK
8) Press Add button
9) Select condition 2 Cell value is
10) The box to the right select greater thanor equal to
11) Next box type in 5
12) Press format button - select pattern. Pick color
13) Press OK



"WillieWoman" wrote:

I am new at this... I have a criteris of <5 years, =5 years. I have tried
everything to have this apply to a column of numbers. Can anyone help me?
--
Be true to self. Look forward, reflect back.

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
custom formatting Nuhuskr7 Excel Discussion (Misc queries) 1 February 20th 07 07:59 AM
expanding custom formatting without removing existing cell formatting? Keith Excel Worksheet Functions 3 December 27th 06 01:54 PM
Custom Formatting nastech Excel Discussion (Misc queries) 5 January 27th 06 03:54 AM
Custom formatting John Knoke Excel Discussion (Misc queries) 3 March 26th 05 04:25 PM
custom formatting Lara Shook Setting up and Configuration of Excel 1 February 16th 05 03:30 AM


All times are GMT +1. The time now is 07:10 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"