Hello team,
This is my function; I put my function in a cell:
=IF(OR(LEFT(F2,3)=$V$2, LEFT(F2,3)=$V$3, LEFT(F2,3)=$V$4, LEFT(F2,33)=$V$5, LEFT(F2,3)=$V$6),"GG","ME")
It gives me error.
Unless I do Left function first and then on the next cell, I should use OR function on the result of Left...