Left Right Left Right (1 Viewer)

Oldsoftboss

AWF VIP
Local time
Tomorrow, 00:17
Joined
Oct 28, 2001
Messages
2,504
I have an excel spreadsheet with text in one of the cells in the follow format:

Nrecs: 19
Nrecs: 192
Nrecs: 2219
Nrecs: 33319

Nrecs: Stands for the No of records (or rows) that contain data.

How do I strip the Nrecs: to leave just the number ?

I have tried all variants of the left and right functions without success.

Dave
 

Oldsoftboss

AWF VIP
Local time
Tomorrow, 00:17
Joined
Oct 28, 2001
Messages
2,504
Jumped too soon.....

myCell = Nrecs: 33319

myNumber = Right$(myCell, Len(myCell) - 6)

will strip the first 6 characters from the text.

Dave
 

Guus2005

AWF VIP
Local time
Today, 16:17
Joined
Jun 26, 2007
Messages
2,645
Is this an attempt to crank up the number of posts you have?:D

The above statement is a joke. Sorry this is very off topic. I am sure i will be banned for this.
 

Users who are viewing this thread

Top Bottom