Conditional formatting only applying to one column

NHeald

New Member
Joined
Oct 11, 2016
Messages
2
Hi,

I am currently trying to apply conditional formatting to a number of rows.
What I am trying to achieve is that when Row K shows todays date then then entire column highlights yellow.

Here is the Conditional Formatting I am using:
Formula: =K13=TODAY()
Format: Colour yellow
Applies to: =$A$13:$S$264

When applied, only one cell in each row highlights and its not always the same cell in that row that highlights.

Example:
Row 17 & 18 show todays date but only A17 & A18 are highlighted.
Row 65 shows todays date but only B65 is highlighted.
Row 82 shows todays date but only C82 is highlighted.

The sheet currently has no other conditional formatting.
Any ideas?
 

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
Welcome to the Board!

When applying Conditional Formatting formulas to multiple-cell ranges, the formulas automatically adjusts as the range adjusts.
So, just like when copying Excel formulas, you need to use Absolute Cell Referencing if you want to lock down a certain column (like K).
So, your formula should be:
=$K13=TODAY()
because we want to lock down column K, but allow the row reference to move.

See:
http://www.excel-easy.com/functions/cell-references.html
 
Upvote 0

Forum statistics

Threads
1,215,440
Messages
6,124,882
Members
449,193
Latest member
PurplePlop

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