Hi, I am trying to combine multiple if statements that contain isnumber and search
I have employees that can enter a piecework billing code called an M1. if they do 1 M1 they type M1. If they perform 2 of these they would enter it as 2M1. etc. and so on upto a maximum of 10M1.
I have successfully used this formula for a single criteria code but I cannot seem to find how to combine multiple conditions...
=IF(ISNUMBER(SEARCH("E11",AB2)),1,0)
Any help would be greatly appreciated.
Thank you1
I have employees that can enter a piecework billing code called an M1. if they do 1 M1 they type M1. If they perform 2 of these they would enter it as 2M1. etc. and so on upto a maximum of 10M1.
I have successfully used this formula for a single criteria code but I cannot seem to find how to combine multiple conditions...
=IF(ISNUMBER(SEARCH("E11",AB2)),1,0)
Any help would be greatly appreciated.
Thank you1