AVRAHAMROOS
New Member
- Joined
- Nov 24, 2016
- Messages
- 21
Scenario:
1. I paste a number of text lines in Sheet1 starting in A1 (only one column)
2. In Sheet2, in Cell H1 I use a COUNTA function which tells me how many lines I added to Sheet1
3. I have a formula in Sheet 2 cell B1 that looks at line 1 of the text I added in Sheet1 and returns a numerical value based on it.
4. I want to automatically (Macro) copy that formula downwards for the number of lines I added (which is given in call H1)
How do I do this?
1. I paste a number of text lines in Sheet1 starting in A1 (only one column)
2. In Sheet2, in Cell H1 I use a COUNTA function which tells me how many lines I added to Sheet1
3. I have a formula in Sheet 2 cell B1 that looks at line 1 of the text I added in Sheet1 and returns a numerical value based on it.
4. I want to automatically (Macro) copy that formula downwards for the number of lines I added (which is given in call H1)
How do I do this?