Hi
I have a spread sheet that calculated pick rates and down time (non picking activity's)
The assembly number use to be a 7 digit number (see sample spread sheet attached)
Due to a system change this number now has a prefix (EU,CC,ND or STD)
To calculate down time, I used a formula to identify text. then calculate the time to the next pick, this is then taken off the work time at the end of the day
since the system change the assembly number ( with prefix) is text
I have tried the formula
=IF(LEFT(G3,2)="CC","",T(G3)) that appeared to work, however when i expanded it to =IF(LEFT(G3,2)=OR("CC","EU","ST","ND"),"",T(G3)) i get a Value error
any suggestions to how i can identify/ remove the prefix?
Mick
Bookmarks