title: how to transfer a row of data in other sheets by its collumn

doms123

Board Regular
Joined
Apr 19, 2011
Messages
58
I'm using excel2007 I have 2 Sheets one is the input data sheet
the other is the masterlist in the first sheet it goes like this

(column1) (column2)
(row1) Name ________
(row2) Address ________
(row3) Telephone No. ________

then a button that has a caption like save or encode
in the second sheet i have the master list that goes like this

(column1) (column2) (column3)
(row1) Name Address Telephone No.
(row2) Applicant 1 Texas 123456
(row3) Applicant 2 New York 456789
(row4) Applicant 3 Canada 789456
(row5) Applicant 4 Hawaii 321654

then a button that has a caption like edit or transfer
if i click the (row3) or select the rows and click the button
then the datas will be transfer in the first sheet
then it goes like this

(column1) (column2)
(row1) Name Applicant 2
(row2) Address New York
(row3) Telephone No. 456789

then in the second sheet the whole row will automatically be
deleted and goes like this

(column1) (column2) (column3)
(row1) Name Address Telephone No.
(row2) Applicant 1 Texas 123456
(row3) Applicant 3 Canada 789456
(row4) Applicant 4 Hawaii 321654

then if i click my save or encode button in the first sheet
it will go this way
(column1) (column2) (column3)
(row1) Name Address Telephone No.
(row2) Applicant 1 Texas 1 123456
(row3) Applicant 3 Canada 789456
(row4) Applicant 4 Hawaii 321654
(row5) Applicant 2 New York 456789

PS. i just need a code or syntax in the button on the
second sheet or the edit button
Please help me....
Thank You in advance
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)

Forum statistics

Threads
1,223,264
Messages
6,171,081
Members
452,377
Latest member
bradfordsam

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top