diego_brazil
New Member
- Joined
- Nov 22, 2015
- Messages
- 3
Hi guys,
Do you know any formulas that solve the difficult problem below?
Action desired: "when an entry is made to columnA@sheet1, copy and paste it to the last blank cell of column A@sheet 2"
Problem: if entries of Sheet1 are made in order, this is easy. The complication comes when entries are 'in the middle' as below:
- Say that a user types in this order on Sheet1...
- After each entry, I want it to be copied to the last blank cell of column A of Sheet2. Sheet2 should result in...
I am sure VBA can solve this, but I would love to see a formula if possible - if not possible please send your VBA suggestions!!
Thank you in advance,
Diego
Do you know any formulas that solve the difficult problem below?
Action desired: "when an entry is made to columnA@sheet1, copy and paste it to the last blank cell of column A@sheet 2"
Problem: if entries of Sheet1 are made in order, this is easy. The complication comes when entries are 'in the middle' as below:
- Say that a user types in this order on Sheet1...
- 104 on cell A1
- 32 on cell A3
- 77 on cell A2 (entry 'in the middle' of cells A1 and A3)
- After each entry, I want it to be copied to the last blank cell of column A of Sheet2. Sheet2 should result in...
- 104 to cell A1
- 32 to cell A2 (since 32 was the 2nd entry, I want it on the 2nd cell of this column)
- 77 to cell A3 (since 77 was the 3rd entry, I want it on the 3rd cell of this column)
I am sure VBA can solve this, but I would love to see a formula if possible - if not possible please send your VBA suggestions!!
Thank you in advance,
Diego