only bold where ever we have letters

sksanjeev786

Well-known Member
Joined
Aug 5, 2020
Messages
884
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
Hi Team

I need only bold data and letter where ever we have this combination ie. (95 CDE, 33 AB)

95 CDE94 CE929392
9294939392
272933 AB32 AB34 AB


Thanks in advance.
Regards,
sanjeev
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
MrExcelPlayground.xlsm
ABCDE
195 CDE94 CE929392
29294939392
3272933 AB32 AB34 AB
Sheet48
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A1:E3Expression=COUNT(A1)=0textNO
 
Upvote 0
MrExcelPlayground.xlsm
ABCDE
195 CDE94 CE929392
29294939392
3272933 AB32 AB34 AB
Sheet48
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A1:E3Expression=COUNT(A1)=0textNO

Simply Awesome Jame:)

Thank you
Sanjeev
 
Upvote 0
Upvote 0
Nothing is a number when you use the "LOWER" formula. So COUNT always returns a zero - so it is all bold.

try this:

MrExcelPlayground.xlsm
ABCDE
1295 cde94 ce929392
139294939392
14272933 ab32 ab34 ab
Sheet48
Cell Formulas
RangeFormula
A12:E14A12=LOWER(A1)
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A12:E14Expression=COUNT(VALUE(A12))=0textNO
 
Upvote 0
Nothing is a number when you use the "LOWER" formula. So COUNT always returns a zero - so it is all bold.

try this:

MrExcelPlayground.xlsm
ABCDE
1295 cde94 ce929392
139294939392
14272933 ab32 ab34 ab
Sheet48
Cell Formulas
RangeFormula
A12:E14A12=LOWER(A1)
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A12:E14Expression=COUNT(VALUE(A12))=0textNO

Thanks you so much James:)
 
Upvote 0

Forum statistics

Threads
1,216,077
Messages
6,128,674
Members
449,463
Latest member
Jojomen56

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