dreen
Board Regular
- Joined
- Nov 20, 2019
- Messages
- 52
I have a formula that I am using (after you paste it press "Enter+Ctrl+Shift" to run it as it has an array inside of it):
=INDEX('[Database_IRR 200-2S.xlsm]HE 171'!$F:$F,SMALL(IF('Operation base Q'!$H$5='[Database_IRR 200-2S.xlsm]HE 171'!$A:$A,ROW('[Database_IRR 200-2S.xlsm]HE 171'!$A:$A),""),1))
For the next cell below it (next row below), when I drag down the formula, I want the first part of the formula to change from '[Database_IRR 200-2S.xlsm]HE 171'!$F:$F to '[Database_IRR 200-2S.xlsm]HE 171'!$G:$G
The formula should look like this in the next row below after the above change is made (the bold is the change I want):
=INDEX('[Database_IRR 200-2S.xlsm]HE 171'!$G:$G,SMALL(IF('Operation base Q'!$H$5='[Database_IRR 200-2S.xlsm]HE 171'!$A:$A,ROW('[Database_IRR 200-2S.xlsm]HE 171'!$A:$A),""),1))
I have also posted this on: Dragging Index Formula down rows and changing the return column
=INDEX('[Database_IRR 200-2S.xlsm]HE 171'!$F:$F,SMALL(IF('Operation base Q'!$H$5='[Database_IRR 200-2S.xlsm]HE 171'!$A:$A,ROW('[Database_IRR 200-2S.xlsm]HE 171'!$A:$A),""),1))
For the next cell below it (next row below), when I drag down the formula, I want the first part of the formula to change from '[Database_IRR 200-2S.xlsm]HE 171'!$F:$F to '[Database_IRR 200-2S.xlsm]HE 171'!$G:$G
The formula should look like this in the next row below after the above change is made (the bold is the change I want):
=INDEX('[Database_IRR 200-2S.xlsm]HE 171'!$G:$G,SMALL(IF('Operation base Q'!$H$5='[Database_IRR 200-2S.xlsm]HE 171'!$A:$A,ROW('[Database_IRR 200-2S.xlsm]HE 171'!$A:$A),""),1))
I have also posted this on: Dragging Index Formula down rows and changing the return column