How to Copy Specific Data from one sheet to another

ALLUSE

New Member
Joined
Feb 25, 2022
Messages
1
Office Version
  1. 2010
Platform
  1. Windows
Hello Members

I have a excel sheet with two columns. First column has same word (e.g. Address) at cell A1, cell A8, cell A15.... Second Column has Addresses at B1, B8 and B15...... I want to get addresses B1, B8, B15 etc on second sheet at A1 cell, A2 cell and so on... Any formula or method... Please help
test.JPG
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Hi ALLUSE,

Welcome to MrExcel!!

Put this formula into cell A1 of the tab you want the output in...

=OFFSET(Sheet1!$B$1,IF(ROW()=1,0,7*(ROW()-1)),0)

...and copy down as required. You may to change the sheet reference if the data in not in Sheet1 (where I've bolded).

Regards,

Robert
 
Upvote 0

Forum statistics

Threads
1,215,022
Messages
6,122,726
Members
449,093
Latest member
Mnur

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