Captainrave
Technical User
Ok so I have a list like so (obviously A LOT longer and in CSV format):
The character and number fields are in separate cells.
AAAAAAAAAA 38058
CTCTCTCT 38193
CAGCAGCAGCAGCAG 38622
TTTTTT 38871
TTTTTT 39294
TTTTTT 39952
TTTTTT 39979
TCTTCTTCTTCT 40787
TTTTTT 41141
TTTTTT 42070
TCTCTCTC 42331
TTTTTT 42904
What I want to do is to create a range of new individual excel sheets (csv format again) that contain only those cells with e.g. 3 or more characters, 4 or more characters, 5 or more characters etc (for simplicity I would be happy if it would just create one file each time I ran it). What I will then do is delete the character column and just keep the associated numbers (but I can do that manually). Currently I am manually scanning through the filter tool in excel selecting only those cells that have the number of characters that I want, but as you can imagine this is incredibly time consuming.
I have attached the file I will be inputing into the script:
THANKS in advance!!
The character and number fields are in separate cells.
AAAAAAAAAA 38058
CTCTCTCT 38193
CAGCAGCAGCAGCAG 38622
TTTTTT 38871
TTTTTT 39294
TTTTTT 39952
TTTTTT 39979
TCTTCTTCTTCT 40787
TTTTTT 41141
TTTTTT 42070
TCTCTCTC 42331
TTTTTT 42904
What I want to do is to create a range of new individual excel sheets (csv format again) that contain only those cells with e.g. 3 or more characters, 4 or more characters, 5 or more characters etc (for simplicity I would be happy if it would just create one file each time I ran it). What I will then do is delete the character column and just keep the associated numbers (but I can do that manually). Currently I am manually scanning through the filter tool in excel selecting only those cells that have the number of characters that I want, but as you can imagine this is incredibly time consuming.
I have attached the file I will be inputing into the script:
THANKS in advance!!