Highlight a cell in a specific row
Solved/Closed
Related:
- Highlight a cell in a specific row
- How to find specific words on a page - Guide
- How to delete a row in a table in word - Guide
- Saints row 2 cheats - Guide
- Insert a function in cell b2 to display the current date from your system. ✓ - Excel Forum
- Folder highlight - Download - Customization
2 responses
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Jul 16, 2010 at 06:36 PM
Jul 16, 2010 at 06:36 PM
If the cell would be in this format
<text><text><text><text><number><number><number><number>
you can use conditional format using this formula
=AND(LEN(A1)=8,EXACT(LEFT(A1,4),UPPER(LEFT(A1,4))),NOT(ISERROR(MID(A1,5,4) *1)))
<text><text><text><text><number><number><number><number>
you can use conditional format using this formula
=AND(LEN(A1)=8,EXACT(LEFT(A1,4),UPPER(LEFT(A1,4))),NOT(ISERROR(MID(A1,5,4) *1)))