I am trying to put an IF statement together. If the 7th character from the left is 5 it must show M, and If 0(zero), it must show F
I am trying to put an IF statement together. If the 7th character from the left is 5 it must show M, and If 0(zero), it must show F
Last edited by CobraLAD; 12-09-2009 at 04:06 AM.
Try this:
=IF(RIGHT(LEFT(A1,7),1)="5","M",IF(RIGHT(LEFT(A1,7),1)="0","F",""))
Not all forums are the same - seek and you shall find
thanks Simon
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks