Hey,
I'm trying to look up in google how to do this, but not finding what i need
I'm looking for a formula to format cell A1 so that whenever it's blank, or contains the values, 5, 10, or 15, the format will change
Does anyone know what formula to use?
Thank you for your time
Bob
Last edited by sighlent1; 04-09-2010 at 04:41 PM.
It is called conditional formatting...
See here for intro: http://www.contextures.com/xlCondFormat01.html
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.
In the conditional formatting, i only know how to make a cell appear "Red" if its not equal to 5. When i add in other conditions, the original condition is over ruled
Do i need to do this with a formula?
Thank you,
Bob
Yes, choose "use a formula to determine which cells to format"
Then use a formula like:
=OR(A1<>"",A1=5,A1=10,A1=15)
If you want any multiple of 5
then
=OR(A1="",MOD(A1,5)=0)
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.
Thank you sooo much
Bob
Hmmmm, for some reason that code isn't working for me
I'm looking for a formula to format cell A1:
Blank, 5, 10 or 15 - Original Format
Any other value - Format Change
Thank you,
Bob
Please do not double - post...
Answered in your other post.
And besides, re-read your original post at top... it is not the same thing as your last post above.
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks