Dummy Excel

Well-known Member
Joined
Sep 21, 2005
Messages
1,004
Office Version
  1. 2019
  2. 2010
  3. 2007
Platform
  1. Windows
Hi All,
is it possible to have a formula that can copy the data down column C, G, K, and O and paste it in column Q?


ABCDEFGHIJKLMNOPQRS
1DepotTypeRegoDepotTypeRegoDepotTypeRegoDepotTypeRegoRegoDepotType
2cityExc 1.8TapplesbeachExc 1.8TblueberryunitExc 1.8Tgrapeshousebread
3cityExc 1.8TbananaunitJetter Sfigshouserolls
4cityExc 1.8Tstrawberryhousechair

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet3

Worksheet Formulas
CellFormula
Q1=C1
R1=A1
S1=B1

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>
 
Last edited by a moderator:

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Excel 2010
Q
2apples blueberry grapes bread

<colgroup><col style="width: 25pxpx"><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1

Worksheet Formulas
CellFormula
Q2=C2&" " &G2&" "&K2&" "&O2

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>

Copy Down...
 
Upvote 0
Hi Jim,
issue with that is it places everything in the same cell. I need everything in separate cells although all in one column - shouldve been a little clearer in my OP
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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