Trouble with If comparison

  • Thread starter Thread starter SedonaBob
  • Start date Start date
S

SedonaBob

An If statement in column AA asks whether entry in col B is >= "L2" and gets
a 'FALSE" result even though the entry in col B is "L12"? What am I doing
wrong?

Thanks.
 
L12 is greater than L2, but the IF statement returns a "FALSE" comparison
when I ask if L12 is greater than or equal to L2.
 
Back
Top