Need to increment columns in a formula while across

felixg

New Member
Joined
Nov 25, 2021
Messages
3
Office Version
  1. 2019
Platform
  1. Windows
Sorry for the newbie question and it probably something simple or was answered before, but i would appreciate any sort of help on this one

I have an excel document with two sheets.

on first sheet i have a table from Column H to S
on the second sheet i have a table from Column E to CU

the answering that i'm looking to get in Sheet1 are located in Sheet2 starting with Column K and then every other 8th column so next one is S then AA and etc.

basically i want in Sheet1
Cell H1 to equal to =Sheet2!K1
Cell I1 to equal to =Sheet2!S1
and so on, but instead of typing it manually i want to be able to drag the formula and every increase in column in Sheet1 will increase the column by 8 in Sheet2.

hopefully the above makes sense and there is a solution to my madness.

Thank you
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Hi & welcome to MrExcel.
How about
Excel Formula:
=INDEX(Sheet2!$K$1:$CU$1,COLUMNS($H1:H1)*8-7)
 
Upvote 0
Solution
Hi & welcome to MrExcel.
How about
Excel Formula:
=INDEX(Sheet2!$K$1:$CU$1,COLUMNS($H1:H1)*8-7)
wow that is amazing! thank you so much.

what if i want to bring a value from a different row then 1st? let say 21?
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,840
Messages
6,121,895
Members
449,058
Latest member
Guy Boot

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