OK,
I just realised i have to explain something else - if it can be done great, if not this will help
In cloumn 1 I have a range of numbers and currently it says CR254 - the highest number so for CR the next number will be CR255
In cloumn 1 I also have a range of numbers currently starting at PR100 - so the next highest number for PR will be PR101
Then on the first worksheet I will see a CR number of CR254 being displayed and also need to see a PR number being displayed of PR101
Does this make sense
Eddie
Main Topics
Browse All Topics





by: roryaPosted on 2009-11-24 at 03:40:26ID: 25896122
You can use: BSTITUTE(S UBSTITUTE( A2:A994,"C R",""),"PR ","")))
=MAX(IF(A2:A994="","",--SU
again, this needs to be array-entered with Ctrl+Shift+Enter