Hi all,
I have a column that has 10000 words.
I also have four columns ( numbers) related to each other ( one line is specific for one of two words ) and each have 10000 values.
So it is like this as a small example:
GO 1 3
GO 2. 7
Wait 3 4
GO 3.5. 6
Wait 4.3 0
GO 3. 7
Wait 2. 6
What I want is just to select the word 'GO' ( represents 4500 of the 10000 cells) with its corresponding number or value in the other columns. I tried to use find and write Go. It works but I could not select the corresponding or value or the whole line.
Please any help on this
Thanks
AS
I have a column that has 10000 words.
I also have four columns ( numbers) related to each other ( one line is specific for one of two words ) and each have 10000 values.
So it is like this as a small example:
GO 1 3
GO 2. 7
Wait 3 4
GO 3.5. 6
Wait 4.3 0
GO 3. 7
Wait 2. 6
What I want is just to select the word 'GO' ( represents 4500 of the 10000 cells) with its corresponding number or value in the other columns. I tried to use find and write Go. It works but I could not select the corresponding or value or the whole line.
Please any help on this
Thanks
AS