Heres a questions.
Is there any way of incraseing the conditional formatting. I know you can have only three, but belive it or not, i need 4.
Im highlighting a row depending on an outcome from a certain cell, but i have 4 conditions.
Any help plz....
You can have 3 plus a default which is 4 effectively - you just need to be a bit clever to get them right, or do you need 4 plus a default, if so you can only do it by VBA or upgrading to 2007
Ed
_____________________________
Always learning, but never enough!
_____________________________
I think i need 4 plus default, ie if none of the 4 conditions are meet then the row stays white, its if any of the four conditions are meet then the row turns yellow.
Question, is it possiable to put more than one condition in a condition. That sound confussing but is 1 condition is as below
=L120="False"
could you put
=L120="Yes","No"
or something like that...???
yes you can put an OR statement in it
=OR(L120="yes",L120="no")
Similarly you can use an AND statement
=AND(L120="yes",L120="no")
Any help?
Ed
_____________________________
Always learning, but never enough!
_____________________________
That works great, the OR statement worked.
Here another question, Is it possiable to copy the conditional formating from my edited row and paste it to the other rows with out affecting the formula and data that have already been inputted...??
Yes
Select source cell > copy.
select destination cells > paste special > formats
Ed
_____________________________
Always learning, but never enough!
_____________________________
Thanks ED
Your a master, working like clock work, well that until somebody wants me to change the sheet and extra stuff, then it will probably fall to pieces again.
In the And or OR statments can you have more than two conditions...??
yes, no problem with more conditions. I don't know what the limit is but it's probably more than you will ever need
Thanks for the feedback
Ed
_____________________________
Always learning, but never enough!
_____________________________
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks