prasadsg2005

New Member
Joined
Jun 16, 2010
Messages
20
Hello all,

I have 2 different tabs in a Workbook.
In sheet1 I have all the dates starting from A1 and so on.
Now in Sheet2 in B2 i need the 1st cell say Sheet1 A1 but the next value from Sheet1 A2 i need to be entered in Sheet2 but in B12. The next will be Sheet 1 A3 to be entered in sheet2 B22 and so on.

I have almost 180 Entries and doing it manual taking lot of time and same is error bound as well.

Thanks,
Prasaad Gaikwad
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
This should work copied down:

=IF(MOD(ROW()-2,10)=0,INDEX(Sheet1!A:A,ROUNDUP(ROW()/10,0)),"")
 
Upvote 0

Forum statistics

Threads
1,216,118
Messages
6,128,939
Members
449,480
Latest member
yesitisasport

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