Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Daniel
 
Posts: n/a
Default conditional formatting with numbers and text

I have a cell in a worksheet that is will have two types of inputs: numeric
range from 3,000 to 150,000, and also the word "hourly"

I have conditionally formatted this cell to highlight when the value is
10,000 or greater. the conditional formatting also extends to other cells in
the same row to be highlighted as well.

my problem is that when i enter the text "hourly", the conditional
formatting is triggered and all the cells are highlited. i do not want that
to happen.

any ideas are greatly appreciated.

i think excel is evaluating the word to large number, but i am not sure.
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default conditional formatting with numbers and text

You need to edit the conditions, use formula is as opposed to cell value and
then test for number

as an example

=AND(ISNUMBER(A1),A110000)

that is because text is always greater than a number in Excel
the above will not trigger since the first condtion will be false

Regards,

Peo Sjoblom

"Daniel" wrote in message
...
I have a cell in a worksheet that is will have two types of inputs:

numeric
range from 3,000 to 150,000, and also the word "hourly"

I have conditionally formatted this cell to highlight when the value is
10,000 or greater. the conditional formatting also extends to other cells

in
the same row to be highlighted as well.

my problem is that when i enter the text "hourly", the conditional
formatting is triggered and all the cells are highlited. i do not want

that
to happen.

any ideas are greatly appreciated.

i think excel is evaluating the word to large number, but i am not sure.



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
How to reformat numbers stored as text (apostrophe at beginning) Dave Excel Discussion (Misc queries) 1 May 11th 05 02:34 AM
How to convert Excel imported numbers from text to numbers? Alden Excel Discussion (Misc queries) 9 April 1st 05 09:51 PM
Converting Numbers to Text properly Shirley Munro Excel Discussion (Misc queries) 1 February 16th 05 03:01 PM
how to format numbers stored as text or vice versa to use vlookup teneagle Excel Worksheet Functions 1 February 3rd 05 10:41 PM
Sorting when some numbers have a text suffix confused on the tundra Excel Discussion (Misc queries) 5 December 18th 04 10:19 PM


All times are GMT +1. The time now is 01:53 AM.

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"