Advanced Fill Series

TWN416

New Member
Joined
Apr 27, 2017
Messages
1
I am trying to auto-fill down same formula with only reference changing to cell T3. However, all other references increment +1. How can I keep all references constant while only incrementing T3 cell +1? (T4, T5, T6...).




<style type="text/css"> p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'; color: #000000} span.s1 {color: #0057d6} span.s2 {color: #006107} span.s3 {color: #ab30d6} span.s4 {color: #a54a29} </style>=INDEX(E4:E10,MATCH(T3,E4:E10,1))+INDEX(D4:D10,MATCH(T3,E4:E10,1))+(($T$3-INDEX(E4:E10,MATCH(T3,E4:E10,1)))/(1-INDEX(B4:B10,MATCH(T3,E4:E10,1)+1)))
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Welcome to Mr Excel

Use Absolute References in all ranges, for example $E$4:$E$10, $D$4:$D$10 etc, less in T3

M.
 
Upvote 0

Forum statistics

Threads
1,215,056
Messages
6,122,907
Members
449,096
Latest member
dbomb1414

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