I am have been trying to figure out how to apply contitional formatting on one cell ONLY when another cell is not empty. So, if A1 contains data, then apply a red border around F1... If A1 is blank, then DO NOT apply any border to F1
Select F1 and invoke CF... then pick formula is from drop down and enter formula:
=A1<>""
then format.
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
I am so sorry, I left out a piece of information. A second condition that needs meeting before the border is applied. F1 also needs to be blank. So, if I enter data into A1, then F1 receives a border. But then once data is entered into F1, the border should go away.
Replace the formula I gave with:
=AND(A1<>"",F1="")
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
I searched and read, and searched and read, and finally the answer I needed was in your reply to the previous post (a year and a half ago) - thanks for helping me out, too!
I searched and read, and searched and read, and finally the answer I needed was in your reply to the previous post (a year and a half ago) - thanks for helping me out, too!
HOW DO I DELETE A POST FROM THIS FORUM?![]()
Last edited by h2count; 01-26-2012 at 05:17 PM. Reason: duplicate post
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks