Hi
I have this forumula:
This returns a current sequence, the only sequences it will return would be WON #, LOST #, BB-WON # and BB-LOST #.
# is the current number sequence, ie. Won 3 or BB-LOST 2.
What I want is for the CF to be activated if "LOST" is returned in anyway.
So if the formula returned "LOST 4" or "BB-LOST 2" then the CF would kick-in, and change the font red.
I am guessing that I would have to use a formula to achieve this CF.
Any help would be grateful!
Thanks
I have this forumula:
Code:
=IFERROR(IF(R13="",R14&" "&MATCH(FALSE,INDEX(R14=R14:R47,0),0)-1,R13&" "&MATCH(FALSE,INDEX(R13=R13:R47,0),0)-1),"")
This returns a current sequence, the only sequences it will return would be WON #, LOST #, BB-WON # and BB-LOST #.
# is the current number sequence, ie. Won 3 or BB-LOST 2.
What I want is for the CF to be activated if "LOST" is returned in anyway.
So if the formula returned "LOST 4" or "BB-LOST 2" then the CF would kick-in, and change the font red.
I am guessing that I would have to use a formula to achieve this CF.
Any help would be grateful!
Thanks