ozbeachbum
Board Regular
- Joined
- Jun 3, 2015
- Messages
- 230
- Office Version
- 2021
- Platform
- Windows
I have Formulae in Column "BF" which returns the last entry in each section.
EG: "BF106" 23.24 from range "BF107:BF110".
I am trying to achieve the same action for Column "BG"
EG: "BG82" 23.24 from range "BF83:BF86".
However due to there being Formulae in the sections the same Formula does not work.
Any assistance greatly appreciated.
EG: "BF106" 23.24 from range "BF107:BF110".
I am trying to achieve the same action for Column "BG"
EG: "BG82" 23.24 from range "BF83:BF86".
However due to there being Formulae in the sections the same Formula does not work.
Any assistance greatly appreciated.
01 REGISTER holding co.xlsx | ||||
---|---|---|---|---|
BF | BG | |||
82 | 00.00 | 00.00 | ||
83 | 00.00 | |||
84 | 00.00 | |||
85 | 23.24 | |||
86 | 00.00 | |||
87 | ||||
88 | 00.00 | 0.00 | ||
93 | ||||
94 | 00.00 | 0.00 | ||
99 | ||||
100 | 00.00 | 0.00 | ||
105 | ||||
106 | 23.24 | 0.00 | ||
107 | 23.24 | 00.00 | ||
108 | 00.00 | |||
109 | 00.00 | |||
110 | 00.00 | |||
111 | ||||
Primary Entry (2) |
Cell Formulas | ||
---|---|---|
Range | Formula | |
BF106:BG106,BF100:BG100,BF94:BG94,BF88:BG88,BF82:BG82 | BF82 | =IFERROR(INDEX(BF83:BF86,MATCH(1E+100,BF83:BF86,1),1),0) |
BG83:BG86,BG108:BG110 | BG83 | =IF('[02 REG CHR securities.xlsx]Securities Acquired Divested'!BR83>0,'[02 REG CHR securities.xlsx]Securities Acquired Divested'!$CS$50&"."&'[02 REG CHR securities.xlsx]Securities Acquired Divested'!$CS$52,0) |