Hi guys, I have a problem finding a solution to an excel tracker I am creating for work.
I have 8 columns of texts (employee names, that can all vary in column length) I need to copy them all into a master column.
for instance
<tbody>
</tbody>
I need these to go into one column (without any blanks). On my company computer we use Excel 2010 and cannot download any add-ons including power query.
I would like a non-vba solution for this as this workbook will be used by others without any vba knowledge but if it cannot be avoided a VBA solution is helpful.
My second problem is on another worksheet I need to do something similar
I will be pulling data from 8 tables all with the same headings from diffrent sheets and want to copy them all into one master table
I believe VBA is the only solution for this and I am ok with that. I have figured the VBA code will need to be select A8 (on the master sheet) and copy table range from worksheet 1, select next blank row and copy table from worksheet 2, etc.
your help will be most appreciated!
again for the second option power query is a no-go.
I have 8 columns of texts (employee names, that can all vary in column length) I need to copy them all into a master column.
for instance
Gary | Lisa | Emily | Rob |
Kim | Sophia | Andy | Ryan |
Dennis | Paul | Rudd | Kate |
| Nish | Alex | brad |
| Priya | Joyce | greg |
| | tony | |
| | | |
| | | |
<tbody>
</tbody>
I need these to go into one column (without any blanks). On my company computer we use Excel 2010 and cannot download any add-ons including power query.
I would like a non-vba solution for this as this workbook will be used by others without any vba knowledge but if it cannot be avoided a VBA solution is helpful.
My second problem is on another worksheet I need to do something similar
I will be pulling data from 8 tables all with the same headings from diffrent sheets and want to copy them all into one master table
I believe VBA is the only solution for this and I am ok with that. I have figured the VBA code will need to be select A8 (on the master sheet) and copy table range from worksheet 1, select next blank row and copy table from worksheet 2, etc.
your help will be most appreciated!
again for the second option power query is a no-go.