returning data to another tab

mlance617

New Member
Joined
Dec 4, 2024
Messages
8
Office Version
  1. 365
hello

I have data on one tab in a workbook titled "1804", on this tab I have multiple rows that in column "B" have the contents "RM". I need specific data for each row moved to another tab in the workbook titled "RM". On the RM tab I need the following cells content moved from the "1804" tab:

column C contents, moved to column A (starts at cell A2) on "RM" tab

column K contents, moved to column B on "RM" tab

column M contents, moved to column C on "RM" tab

Column N contents, moved to column D on "RM" tab


EDIT:
either a macro script, or formula I can paste in on each row of the RM tab. but each row needs each individuals row data (theres a lot)
 
Last edited by a moderator:

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
I wouldn't call myself an Excel power user, so this may be a dumb question:
Why don't you just click on the non-contiguous column headers to select all the rows in those columns, then choose the top left cell where you want the results to go and paste. Then go back to the source sheet, right click on one of the still highlighted columns and choose clear contents? Done. It should work because the columns in your destination sheet are contiguous.
 
Upvote 0
just trying to eliminate the copy paste. there are a lot of other rows id like to apply a similar formula
 
Upvote 0

Forum statistics

Threads
1,225,362
Messages
6,184,511
Members
453,237
Latest member
lordleo

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