hi there,
in B1, the "1" is being recorded as a text because of the quotes around it. try this instead:
also, FREE is 4 characters long, but you are extracting 5 characters from C1 and then comparing that with "FREE". are you getting any results at all?![]()
=IF(LEFT(C1,5)="FREE",1,0)
you should share a sample workbook so that an informed and pertinent solution could be provided.
1198
Bookmarks