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

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
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,671
Messages
6,132,041
Members
449,697
Latest member
bororob85

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