dear friends above formula I'm using with conditional format & it's work fine..i need little modification in that formula.i need to check K1 cell first 6 characters with "DyeQueue" range,pls help me to do this.Code:=AND(L1="NOT DYED", COUNTIF(DyeQueue,K1&"*")=0)
Last edited by johncena; 03-20-2010 at 09:47 AM.
Maybe
=LEFT("DyeQueue",6)
or
=LEFT(K1,6)
=AND(L1="NOT DYED", COUNTIF(DyeQueue,LEFT(K1,6))=0)
thanks for your reply marcol.here i have attached my document.pls check it.i need conditional format formula for first sheet column "L"
I cannot verify the results are correct, only you can do this.
does what I think you are askingCode:=AND(L1="NOT DYED", COUNTIF(DyeQueue,LEFT(K1,6)&"*")=0)
I have amended a copy of your attachment
thanks marcol.my requirement is first sheet column "K" first 6 characters second sheet any columns not available & first sheet column "L" value " NOT DYED " then that cell should highlight.my formula doing this work very well,only the thing is my formula matching only cell values.not first 6 characters.
Hi johncena
this means in wordsCode:=AND(L1="NOT DYED", COUNTIF(DyeQueue,LEFT(K1,6)&"*")=0)
If L1="NOT DYED" and order number LEFT(K1,6)&"*", (match the first 6 characters only) is not found in named range "DyeQueue"
then highlight L1 (yellow is your choice of colour)
This is what I have done for you in the copy worksheet I posted previously.(Post #4)
thanks a lot Marcol.it's work....
Hi johncena
Glad to have been of some help.
If this takes care of your needs, please click EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED. It helps everybody!
Also
If you are satisfied by any members response to your problem please consider using the scales icon top right of thier post to show your appreciation.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks