Hi,
I am getting a #N/A error with the following formula:
{=INDEX(INDIRECT($B$25),MODE(IF(INDIRECT($B$7)=$B$2,IF((--ISTEXT(INDIRECT($B$25)))>0,MATCH(INDIRECT($B$25),INDIRECT($B$25),0)))))}
$B$25 = 'Sheet1'!$K$2:$K$1137 Text categories with three different options (R, S and K)$B$7 = 'Sheet1'!$C$2:$C$1137 Text Categories with numerous inputs (Lith1, Lith2, RM1 etc)
$B$2 = Category I want to sort by i.e. Lith1
I've used this formula on a smaller test scale and it works so I'm not sure why it doesnt work on my larger database.
The only time I get a #N/A error on the small test is when I reduce all options (R, S and K) to have a maximum of one occurrence. Not sure if this will help identify the problem!
I am getting a #N/A error with the following formula:
{=INDEX(INDIRECT($B$25),MODE(IF(INDIRECT($B$7)=$B$2,IF((--ISTEXT(INDIRECT($B$25)))>0,MATCH(INDIRECT($B$25),INDIRECT($B$25),0)))))}
$B$25 = 'Sheet1'!$K$2:$K$1137 Text categories with three different options (R, S and K)$B$7 = 'Sheet1'!$C$2:$C$1137 Text Categories with numerous inputs (Lith1, Lith2, RM1 etc)
$B$2 = Category I want to sort by i.e. Lith1
I've used this formula on a smaller test scale and it works so I'm not sure why it doesnt work on my larger database.
The only time I get a #N/A error on the small test is when I reduce all options (R, S and K) to have a maximum of one occurrence. Not sure if this will help identify the problem!