I need a formula that returns missing sequential numbers.
The numbers however are in string format
D00000001
D00000002
etc..
I found Ken's formula for data in number format but I can't seems to adapt it for my use.
What I've tried
tonumber(mid({case_number},2,8))-1
extracts the number fine, but the second formula
next{case_number}
tonumber(mid({case_number},2,8))+1
doesn't return what I thought it would.
I've also tried assigning these values to numbervar's and can't seem to do anything with those either.
As always, any help is greatly appreciated.
James
The numbers however are in string format
D00000001
D00000002
etc..
I found Ken's formula for data in number format but I can't seems to adapt it for my use.
What I've tried
tonumber(mid({case_number},2,8))-1
extracts the number fine, but the second formula
next{case_number}
tonumber(mid({case_number},2,8))+1
doesn't return what I thought it would.
I've also tried assigning these values to numbervar's and can't seem to do anything with those either.
As always, any help is greatly appreciated.
James