Get values from one worksheet and place it into another worksheet

kiwikiki718

Board Regular
Joined
Apr 7, 2017
Messages
80
Office Version
  1. 365
Platform
  1. Windows
Hello I an trying to automate geting a value from a list of subjects I have on one worksheet and placing the value into another work sheet 2xs for each record.

Worksheet 1 column A has a list that I want to copy the values from A1 down to the last record and input each value into worksheet 2 twice including “_pass” for the first value and _Failed for the 2nd value starting at Column A1 and moving to the next column (B1) etc basically just creating headings on worksheet 2 from the list.


For example if the first value from the list on worksheet 1 is Math.

I want to take that Value and input it into worksheet 2 Cell A1 displaying Math_Pass and cell B1 displaying Math_Failed. Then move on to the next value in the list and do the same placing the value in the next column C1 etc.

Thank u in advance.
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
You can use the formulas in B1 and C1 of my Mini Sheet to get the result:

Book1.xlsm
ABC
1MathMath_PassMath_Failed
Sheet27
Cell Formulas
RangeFormula
B1B1= A1 & "_Pass"
C1C1= A1 & "_Failed"
 
Upvote 0

Forum statistics

Threads
1,214,983
Messages
6,122,591
Members
449,089
Latest member
Motoracer88

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