Referring diagonal

Joined
Dec 13, 2016
Messages
2
Hi,

I want te reference the cells diagonally.

It want the output from Table 1, and was hoping to do it with Table 2.
But if i put the formula in b3 and copy the formula down, it obviously reference down like table 3.

Is there a formula that can reference diagonally so I can get the output that I want?

Greetings,

Gerard

Table 1
1234
1-221
20-01
302-2
4110-

<tbody>
</tbody>


Table 2
21234
1-221
2=2-c2-01
3=2-d2=2-d3-2
4=2-e2=2-e3=2-e5-

<tbody>
</tbody>


Table 3
1234
1-221
2=2-c2-01
3=2-c3-2
4=2-c4-


<tbody>
</tbody>
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
I Got it!
<code style="margin: 0px; padding: 0px; border: 0px; font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, sans-serif; white-space: inherit;">=2-INDEX($A$1:$F$10,COLUMN()-COLUMN($A$1)+1,ROW()-ROW($A$1)+1)</code>
 
Upvote 0

Forum statistics

Threads
1,196,515
Messages
6,015,658
Members
441,913
Latest member
Lhayden_69

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