mattloflin
MIS
Hey guys,
I have a spreadsheet that has two columns and those two columns have 8 columns within them, the Rows vary in number
Well in column one there is Column F and in column two there is column P the information varies in these columns from either 3 4 or 5 digits.
I need the following and I have tried different ways but i'm having "writers block"
If the total length of the cell - 1 (take off last letter) = total length of the next cell then add it to a <string>
This is for a continuity program.
So ex:
if 340a (340) = 340b (340) then add 340a and 340b to string
then it should go onto
if 340b (340) = 340c (340) add it to list
the list should then look like this:
340a
340b
340c
so all those are in column one I also need it to jump over to column two (the tricky part) and test the same "range" (this is where the attached file comes into play)
so say column two (range) has "340f" then it should add it.
I need this to run through the whole length to a lastrow
also it's be best if it added it to a string so that I could add variables and stuff so when I export all this info to a txt file i can make it look how i need it to look.
I will be here all day so if you have any questions let me know.
- Matt
"Never Give a Sword to a Man Who Can't Dance"
Win 98/2000/2003 Server/XP/Vista, Active Directory
- VB6, Access, Excel, HTML
- Dreamweaver, Fireworks
OS X 10.4/10.5
Linux Red Hat, Xubuntu, Ubuntu
I have a spreadsheet that has two columns and those two columns have 8 columns within them, the Rows vary in number
Well in column one there is Column F and in column two there is column P the information varies in these columns from either 3 4 or 5 digits.
I need the following and I have tried different ways but i'm having "writers block"
If the total length of the cell - 1 (take off last letter) = total length of the next cell then add it to a <string>
This is for a continuity program.
So ex:
if 340a (340) = 340b (340) then add 340a and 340b to string
then it should go onto
if 340b (340) = 340c (340) add it to list
the list should then look like this:
340a
340b
340c
so all those are in column one I also need it to jump over to column two (the tricky part) and test the same "range" (this is where the attached file comes into play)
so say column two (range) has "340f" then it should add it.
I need this to run through the whole length to a lastrow
also it's be best if it added it to a string so that I could add variables and stuff so when I export all this info to a txt file i can make it look how i need it to look.
I will be here all day so if you have any questions let me know.
- Matt
"Never Give a Sword to a Man Who Can't Dance"
Win 98/2000/2003 Server/XP/Vista, Active Directory
- VB6, Access, Excel, HTML
- Dreamweaver, Fireworks
OS X 10.4/10.5
Linux Red Hat, Xubuntu, Ubuntu