![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Posts: 62
|
Using the following formula:
=LEFT($L1,2)="O-" highlights the entire row if it meets the criteria, if I only want to highlight between columns A to L then how would the formula look? Thank you all for your patience, I know I still have a great deal to learn but I feel so much more confident about Excel since finding this wonderful site. Thanks again |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Sunny, spring-like Hull
Posts: 3,339
|
I haven't tested this, but if you just select columns A to L and enter the formula you already have, then that should work OK. (n.b. if you have conditionally formatted the entire sheet, you will need to delete the formatting first then do the above).
|
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Just select the column indicators A to L, then apply cond format with the formula you have.
|
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Mar 2002
Posts: 62
|
Of course it does.
Sorry to waste your time Mudface, I must start thinking more logically! |
|
|
|
|
|
#5 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
Relax: just kidding. |
|
|
|
|
|
|
#6 |
|
Board Regular
Join Date: Apr 2002
Location: Kissimmee, Florida
Posts: 384
|
There is a way that you can program the whole row...
Enter the conditional formating as follows Formula is =AND(LEFT($L1,2)="O-",COLUMN()<13) This can be entered throughout the whole line.
__________________
Hope This Helps. Sean. Digest of Homes WinXP, XL XP |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|