Alternative of Volatile Function "INDIRECT"

Dossfm0q

Banned User
Joined
Mar 9, 2009
Messages
570
Office Version
  1. 2019
Platform
  1. Windows
I'm trying to find specific set values without space for some calculations witch I need, but by using the indirect function gives me a wrong result "E4:G4", when convert this Array to Values array By pressing F9 works well "E3:G3"
what About using Mid function


Book1
ABCDEFG
1GrpValAAAAAAAAA
2AAA43831-5 =
3BBB43466By Pressing "F9" =>438314382643826
4CCC445624383143826#VALUE!
5DDD45658
6AAA43832
7CCC44563
8AAA43833
9DDD45659
10CCC44564
11AAA43834
12AAA43835
13AAA43836
14BBB43467
Sheet1
Cell Formulas
RangeFormula
E3E3={43831;43832;43833;43834;43835;43836}
F3F3={43831;43832;43833;43834;43835;43836}-5
G3G3={43826;43827;43828;43829;43830;43831}
E4E4=INDIRECT(ADDRESS(AGGREGATE(15,6,ROW(INDIRECT("2:"&ROWS($A$2:$A$14)))/($A$2:$A$14=E$1),ROW(INDIRECT("1:"&COUNTIF($A$2:$A$14,"AAA")))),2))
F4F4=INDIRECT(ADDRESS(AGGREGATE(15,6,ROW(INDIRECT("2:"&ROWS($A$2:$A$14)))/($A$2:$A$14=F$1),ROW(INDIRECT("1:"&COUNTIF($A$2:$A$14,"AAA")))),2))-5
G4G4={#VALUE!;#VALUE!;#VALUE!;#VALUE!;#VALUE!;#VALUE!}
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
What are you trying to do?
 
Upvote 0

Forum statistics

Threads
1,214,415
Messages
6,119,382
Members
448,889
Latest member
TS_711

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