FrodoBaggins
Technical User
I am automating a text file import to excel process, and the number or records is different each time the process is run. I need to insert a column and copy a fixed label for each row. e.g. for rows A1:A200 the word "Hello" is needed.
The problem I have is how do I determine the number of rows and get the formula to recognise that I only want the word Hello to appear in column A.
the format is something like:
A B C D
Hello 25 45 36
Hello 24 41 36
etc..
The problem I have is how do I determine the number of rows and get the formula to recognise that I only want the word Hello to appear in column A.
the format is something like:
A B C D
Hello 25 45 36
Hello 24 41 36
etc..