Hi everyone, I tried searching the thread and couldn't find the exact solution to what I am trying to accomplish. I have a workbook with 2 sheets named sheet1, sheet2 in the following format.
Sheet 2 - static table
NAME AGE
Apple 11
Bella 32
Sheet1
NAME AGE ID
Cathy 21 321
David 22 546
Ed 32 900
I would like to copy a row from sheet1, and insert into sheet1 when ID=546. So the final result for Sheet1 would look like:
Sheet1
NAME AGE ID
Cathy 21 321
David 22 546
Bella 32
Ed 32 900
I tried creating an empty row when ID=546 and then copy and paste the row to the last empty cell. But the row ended up being underneath Ed.
Please help!
Sheet 2 - static table
NAME AGE
Apple 11
Bella 32
Sheet1
NAME AGE ID
Cathy 21 321
David 22 546
Ed 32 900
I would like to copy a row from sheet1, and insert into sheet1 when ID=546. So the final result for Sheet1 would look like:
Sheet1
NAME AGE ID
Cathy 21 321
David 22 546
Bella 32
Ed 32 900
I tried creating an empty row when ID=546 and then copy and paste the row to the last empty cell. But the row ended up being underneath Ed.
Please help!