Cell function to advance from nth cell in another sheet

davedmw7

New Member
Joined
Jul 14, 2014
Messages
3
I apologize if this is posted somewhere else but I could not find what I was looking for.

· I am creating a table on one sheet (‘Sheet’) that pulls values from another sheet (‘Sheet1’).
· Sheet 1 contains all of my data.
· However, I do not need all of the data in the table.
· I know that I only need the tenth row of data for each column.
· I want to simply copy a function from one cell to the next that will allow me to pull values from every tenth cell on the next sheet.

Is there a way to do this? I hope the illustration helps; please let me know if you have any questions. Thank you for any help.

I am running Excel 2010 on Windows 7 Professional.

Dave

Actual CellCell "Function"
Data1='Sheet1'!B1='Sheet1'!B1
Data2='Sheet1'!B11='Sheet1'!B1(+10)
Data3='Sheet1'!B21='Sheet1'!B11(+10)
Data4='Sheet1'!B31='Sheet1'!B21(+10)
Data5='Sheet1'!B41='Sheet1'!B31(+10)

<tbody>
</tbody>
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.

Forum statistics

Threads
1,214,819
Messages
6,121,749
Members
449,050
Latest member
excelknuckles

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