Mirroring Cells 3x

Isaacamosu

New Member
Joined
Nov 6, 2017
Messages
7
So i already understand the function of mirroring cells into another sheet, but for what I need I need each cell from one sheet to be mirrored into another sheet but appear 3x in that column
so for example
Sheet 1: Sheet 2:
Apples Apples
Apples
Apples
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Hi, do you mean something like this.

Sheey1:


Excel 2013/2016
A
1Apples
2Apples
3Apples
4Bananas
5Bananas
6Bananas
7Oranges
8Oranges
9Oranges
Sheet1
Cell Formulas
RangeFormula
A1=INDEX(Sheet2!A:A,ROUNDUP(ROWS(A$1:A1)/3,0))


Sheet2:


Excel 2013/2016
A
1Apples
2Bananas
3Oranges
Sheet2
 
Upvote 0
Yup I think thats perfect! If we call sheet 2 : Overview and Sheet 1: Internal Data Pull How would the formula look then?
 
Upvote 0
Does your range not start at A1 or something because it works fine for me.


Excel 2010
A
1Apples
2Bananas
3Oranges
Overview



Cell Formulas
RangeFormula
A1=INDEX(Overview!A:A,ROUNDUP(ROWS(A$1:A1)/3,0))
A2=INDEX(Overview!A:A,ROUNDUP(ROWS(A$1:A2)/3,0))
A3=INDEX(Overview!A:A,ROUNDUP(ROWS(A$1:A3)/3,0))
A4=INDEX(Overview!A:A,ROUNDUP(ROWS(A$1:A4)/3,0))
A5=INDEX(Overview!A:A,ROUNDUP(ROWS(A$1:A5)/3,0))
A6=INDEX(Overview!A:A,ROUNDUP(ROWS(A$1:A6)/3,0))
A7=INDEX(Overview!A:A,ROUNDUP(ROWS(A$1:A7)/3,0))
A8=INDEX(Overview!A:A,ROUNDUP(ROWS(A$1:A8)/3,0))
A9=INDEX(Overview!A:A,ROUNDUP(ROWS(A$1:A9)/3,0))
 
Upvote 0

Forum statistics

Threads
1,214,817
Messages
6,121,717
Members
449,050
Latest member
MiguekHeka

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