Highlight Numerical >0 without highlighting text - Conditional Formating

iansitorus

New Member
Joined
Jun 2, 2023
Messages
3
Office Version
  1. 365
Platform
  1. Windows
Hi I want to highlight multiple cells of text and numerical values with conditional formatting

This is the prompt,
PROMPT: "Highlight only cells that contain numerical value >0"

Logically it will be solved with the "greater than" option then, cell value >0
However the cells sometimes have text on their value, and these cells also get highlighted by the formula

Could anyone help me to solve the formula?
 

Attachments

  • Screenshot 2023-06-02 164520.png
    Screenshot 2023-06-02 164520.png
    43.4 KB · Views: 7

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Hi @iansitorus
Welcome to the MrExcel forum. Please accept my warmest greetings and sincere hope that all is well.

Use this formula:
Dante Amor
GHIJKLMNOP
1
20
31
4-2
53
6dc
72
Hoja2
Cells with Conditional Formatting
CellConditionCell FormatStop If True
G:I,L:PExpression=AND(ISNUMBER(G1),G1>0)textNO



--------------
Let me know the result and I'll get back to you as soon as I can.
Cordially
Dante Amor
--------------​
 
Upvote 1
Solution
Welcome to the MrExcel board!

Another possible option

23 06 03.xlsm
G
13
20
35x
4-4
5236598
6
7apple
80.01
9-0.01
1022
CF
Cells with Conditional Formatting
CellConditionCell FormatStop If True
G1:G10Expression=--G1>0textNO
 
Upvote 1
You're welcome. Glad the forum was able to help. Thanks for the follow-up. :)
 
Upvote 0

Forum statistics

Threads
1,215,046
Messages
6,122,855
Members
449,096
Latest member
Erald

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top