teknomatika Posted November 11, 2013 Posted November 11, 2013 I have an excel file. In a particular column i have a few hundred lines. In each cell I have a set of 9 characters. I have need to remove the first 5 characters of each cell. In Excel there are some functions to remove characters to the left or right, but this can only be done cell by cell. My question: Does anyone know or have a Lisp routine that allows you to automate this task? Quote
eldon Posted November 11, 2013 Posted November 11, 2013 Can you not use the RIGHT function in Excel? Once you have written the function for one cell, then you can copy down the function to all lines in a very short time, by dragging the square Quote
Organic Posted November 11, 2013 Posted November 11, 2013 I'd do as eldon suggested. You could write a VBA script although it is a lot more work than the above solution. Quote
SLW210 Posted November 11, 2013 Posted November 11, 2013 This doesn't look like an AutoCAD question, so I moved it to the Catch All forum. Quote
teknomatika Posted November 12, 2013 Author Posted November 12, 2013 Thanks for your help and clarification. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.