ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   formula to highlight specific numbers (https://www.excelbanter.com/excel-discussion-misc-queries/93710-formula-highlight-specific-numbers.html)

orm

formula to highlight specific numbers
 
i need a formual to highlight anything under 8 i have been trying to figure
it out but it's just not clicking anyone know a solution

Toppers

formula to highlight specific numbers
 
With Format==Conditional Formatting, select column (E in my example) and do

Set Formula is:

=AND(E1<"",E1<8)

This will ignore empty cells

HTH

"orm" wrote:

i need a formual to highlight anything under 8 i have been trying to figure
it out but it's just not clicking anyone know a solution


orm

formula to highlight specific numbers
 
not exactly what i was looking for. say i have q252 through q 2000 i want to
find and hightlight anything that is less than 8 same thing for r s and t

"Toppers" wrote:

With Format==Conditional Formatting, select column (E in my example) and do

Set Formula is:

=AND(E1<"",E1<8)

This will ignore empty cells

HTH

"orm" wrote:

i need a formual to highlight anything under 8 i have been trying to figure
it out but it's just not clicking anyone know a solution


Toppers

formula to highlight specific numbers
 
Highlight q252 to q2000

Set Formula is:

=AND(q252<"",q252<8)

Repeat for othe columns.


"orm" wrote:

not exactly what i was looking for. say i have q252 through q 2000 i want to
find and hightlight anything that is less than 8 same thing for r s and t

"Toppers" wrote:

With Format==Conditional Formatting, select column (E in my example) and do

Set Formula is:

=AND(E1<"",E1<8)

This will ignore empty cells

HTH

"orm" wrote:

i need a formual to highlight anything under 8 i have been trying to figure
it out but it's just not clicking anyone know a solution


orm

formula to highlight specific numbers
 
ok so i did all that and it is not highlighting the numbers under eight it
just gives me back a false in the formula result

"Toppers" wrote:

Highlight q252 to q2000

Set Formula is:

=AND(q252<"",q252<8)

Repeat for othe columns.


"orm" wrote:

not exactly what i was looking for. say i have q252 through q 2000 i want to
find and hightlight anything that is less than 8 same thing for r s and t

"Toppers" wrote:

With Format==Conditional Formatting, select column (E in my example) and do

Set Formula is:

=AND(E1<"",E1<8)

This will ignore empty cells

HTH

"orm" wrote:

i need a formual to highlight anything under 8 i have been trying to figure
it out but it's just not clicking anyone know a solution


orm

formula to highlight specific numbers
 
yay i got it to work


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com