Turning any number caracters Red

PKFillmore

New Member
Joined
Apr 3, 2012
Messages
24
Hey. Heres the deal. We receive these 700 page pdf guides that we need to extract into excel.

What I am looking for is a way in excel to change every single number caracter RED without changing the actual number or ,

I want to change the format of each cell to be GREEN IF it contains a number and RED if it does not contain a number.. These "Guides" are like books so there is plenty of paragraphs and sentences that contain numbers..


can anyone help?

Pat
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Use this formula within Conditional Formatting to turn cells green that contain a number. Select the entire worksheet, from the Home ribbon, click Conditional Formatting, New Rule, Use a Formula..., enter the below formula in the box below "Format values where this formula is true":

=OR(ISNUMBER(SEARCH(1,A1)),ISNUMBER(SEARCH(2,A1)),ISNUMBER(SEARCH(3,A1)),ISNUMBER(SEARCH(4,A1)),ISNUMBER(SEARCH(5,A1)),ISNUMBER(SEARCH(6,A1)),ISNUMBER(SEARCH(7,A1)),ISNUMBER(SEARCH(8,A1)),ISNUMBER(SEARCH(9,A1)),,ISNUMBER(SEARCH(0,A1)))

Then click the format icon and in the patterns tab select a green color, then OK
 
Upvote 0
PKFillmore - You're welcome. Thank you for the feedback.

Firefly - Very clever! I like it. Is the MIN needed, seems to work without it?
 
Upvote 0

Forum statistics

Threads
1,215,373
Messages
6,124,555
Members
449,170
Latest member
Gkiller

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