Tristan has attended:
Excel Intermediate course
Excel Advanced course
IF Function
How would I pick out individual characters within a cell and link it to an IF function?
RE: IF Function
You could use a LEFT/RIGHT/MID function to pick out individual characters. You would have to nest this function into the IF function.