Link to cells plus one row down

boxsterman

Active Member
Joined
Apr 16, 2002
Messages
285
I have data on one sheet in row 1 through 5. I would like to link to this data in 5 separate rows on another sheet. The other sheet where I would like to set up the link from, the data is not in consecutive rows. i.e. row 1, 6, 12, 16 etc. When I copy and paste the reference link it automically assumes that I want to pull data 5 rows down (row 1 to row 6). Is there are way to reference a cell above plus one row down.
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Information is stored on one page in cells a1:a5.

I want to link to this information on page 2 in cells, a5, A8, A11 etc.

When you link page 2 cell a5 to page 1 cell a1, it doesn't copy down correctly. - copy down to cell A8 and A11 etc. I would like to link non successive cells to successive data. Is this possible.?

Thanks,

Jamie
 
Upvote 0
1. Enter the formula...

="=Sheet1!A"&ROUND(TREND({5,8},{1,2},ROW()),0)

...into cell A1 of your 2nd sheet and fill down as far as needed.
2. Perform a Copy/Paste Special... Values to replace these formulas with their resultant values.
3. Choose the Edit | Replace... menu command and find = and replace with =.

You can adjust the starting row number and increment by changing the 1st TREND function argument. For example, {8,17} would start at Shee1!A8 and increment by 9. The 2nd TREND function argument should be the first two rows where this formula will be entered on Sheet2. For example, if you want to begin in Sheet2!A5 use {5,6}.
This message was edited by Mark W. on 2002-04-18 12:34
 
Upvote 0

Forum statistics

Threads
1,214,652
Messages
6,120,746
Members
448,989
Latest member
mariah3

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