Hi again,
A way to delete in a column duplicate cells and delete cells that contain <= 5 and >=7 characters/numbers?
Thanks in advanced,
Elegidos (Spain)
Hi again,
A way to delete in a column duplicate cells and delete cells that contain <= 5 and >=7 characters/numbers?
Thanks in advanced,
Elegidos (Spain)
Last edited by Elegidos; 10-09-2009 at 04:57 AM.
If the values where in column A starting at A2, then in B2 you could enter this formula:
=OR(LEN(A2)<>6,ISNUMBER(MATCH(A2,$A$1:A1,0)))
Copy that formula down.
Sort the data or filter the data by that column, delete all the TRUE answers that are now together.
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
?None of us is as good as all of us? - Ray Kroc
?Actually, I *am* a rocket scientist.? - JB (little ones count!)
I've attached an example of the information I have in an excel sheet. But I don't know where to put the following code you provided me.
Last edited by Elegidos; 10-08-2009 at 06:49 PM.
You already have the formula in cell B2, so just extend (fill down) as many rows in column-B as there are used rows in column-AI've attached an example of the information I have in an excel sheet. But I don't know where to put the following code you provided me
Then use the AutoFilter feature to filter and show only cells that have a value of "TRUE". Once filtered, delete all of the rows with data, then turn off the auto filter and you have the results you want.
Palmetto
Do you know . . . ?
You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.
Jejejeje, ok. Thanks for the help.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks