You're welcome. Thanks for the feedback!
--
Biff
Microsoft Excel MVP
"Paul" <(E-Mail Removed)> wrote in message
news

2701E5F-06FF-402A-B698-(E-Mail Removed)...
> Hi Biff,
>
> Thanks alot, this worked great!
>
> PS
>
>
> "T. Valko" wrote:
>
>> Try this:
>>
>> =INDEX(Sheet1!$K110:$K300,COLUMNS($A1:A1)*4-3)
>>
>> Copy across as needed. Adjust the end of range: $K300 as needed.
>>
>> --
>> Biff
>> Microsoft Excel MVP
>>
>>
>> "Paul" <(E-Mail Removed)> wrote in message
>> news:7C70050F-4EA5-40DD-B026-(E-Mail Removed)...
>> > Hi,
>> >
>> > I am trying to figure out a means to copy a formula across multiple
>> > columns
>> > so that the row value increments automatically but not the column
>> > value.
>> > For
>> > example:
>> >
>> > The first cell, A1, has a formula of: =Sheet1!K110
>> > After copy/paste, Cell B1 should have: =Sheet1!K114
>> > After copy/paste, Cell C1 should have: =Sheet1!K118
>> > After copy/paste, Cell B1 should have: =Sheet1!K122
>> >
>> > The sheet I am working on has probably 200 such cells so being able to
>> > do
>> > this via copy/paste would be ideal compared to editing each cell
>> > one-by-one.
>> >
>> > Thank you for your help.
>> >
>> > PS
>> >
>>
>>
>>