Chimp8471
Registered User.
- Local time
- Today, 13:51
- Joined
- Mar 18, 2003
- Messages
- 353
i need to total some data, but only if the code contains 4 digits.
by this i mean.
Code --> A101 ----> Occur 35
Code --> A101A ----> Occur 1
Code --> A101B ----> Occur 5
Code --> A101C ----> Occur 3
Code --> A101D ----> Occur 5
Code --> A101E ----> Occur 5
Code --> A101F ----> Occur 5
the total i need to be displayed is 24....
you will see that the first code only has 3 digits in the code...
Can this be done? if so how please
by this i mean.
Code --> A101 ----> Occur 35
Code --> A101A ----> Occur 1
Code --> A101B ----> Occur 5
Code --> A101C ----> Occur 3
Code --> A101D ----> Occur 5
Code --> A101E ----> Occur 5
Code --> A101F ----> Occur 5
the total i need to be displayed is 24....
you will see that the first code only has 3 digits in the code...
Can this be done? if so how please