highlighting columns

hocheemon

New Member
Joined
Jan 7, 2014
Messages
8
if I want a particular cell to highlight if left blank when another cell in the same column has a particular word in it, what is the formula to do?
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
in conditional formatting
=and(blankcell_reference="",othercell_reference="particular word")
 
Upvote 0
i tried it but it wound up slowing the computer down attempting to figure out the equation.

for example, if in column j, i want this to highlight if in column b does have the said word in it what formula would i use?
 
Upvote 0
Click on Column J - Goto Home - Conditional Format - New Rule - Use formula to determine which cells to format
Formula is =B1="Test" (Where Test is the word you are using)
OK
double check the formula is not encased with talking marks. Apply.
 
Upvote 0
Click on Column J - Goto Home - Conditional Format - New Rule - Use formula to determine which cells to format
Formula is =B1="Test" (Where Test is the word you are using)
OK
double check the formula is not encased with talking marks. Apply.



that works out. thank you!
 
Upvote 0
The formula works out great, but how would I change it to make it to where when information is put into the cell, it would clear out the highlight?
 
Upvote 0

Forum statistics

Threads
1,215,066
Messages
6,122,948
Members
449,095
Latest member
nmaske

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