brutus6294
Technical User
For some reason I'm having difficulty with this formula. All I want to do is look in the value in the next column. If the value is ABC or ABD, return ABCD . These are all text. If it is not, ABC or ABD, return whatever the value was unchanged..
Something along these lines...
=IF(F2='ABD' or F2='ABC','ABCD',F2)
Something along these lines...
=IF(F2='ABD' or F2='ABC','ABCD',F2)