kindred21101982
New Member
- Joined
- Jan 19, 2018
- Messages
- 3
Hello all
I'm a basic MS Excel user.
I'm having some issues with the below array formula. I have a sheet called 4a where the formula is located. The formula works well in sheet 4a.
=IFERROR(INDEX($'3'.$I$2:$I$9999,SMALL(IF($'3'.$B$2:$B$9999=$'4'.$B$9,ROW($'3'.$B$2:$B$9999)-ROW($'3'.$B$2)+1),ROWS($'3'.$B$2:$B3))),"")
However! when I change the formula to the below it doesn't work. I'm not sure why.
=IFERROR(INDEX($'3'.$I$2:$I$9999,SMALL(IF($'3'.$B$2:$B$9999=$'5'.$B$9,ROW($'3'.$B$2:$B$9999)-ROW($'3'.$B$2)+1),ROWS($'3'.$B$2:$B3))),"")
The only change is the formula is used in sheet 5a and $'4'.$B$9 becomes $'5'.$B$9. The sheets are identical. The data is identical. I'm not sure why it isn't working.
$'4'.$B$9 points to a drop down box (list). The data in the list is identical to sheet 4. Not sure what's happening.
Any thoughts?
Regards
kinred21101982
I'm a basic MS Excel user.
I'm having some issues with the below array formula. I have a sheet called 4a where the formula is located. The formula works well in sheet 4a.
=IFERROR(INDEX($'3'.$I$2:$I$9999,SMALL(IF($'3'.$B$2:$B$9999=$'4'.$B$9,ROW($'3'.$B$2:$B$9999)-ROW($'3'.$B$2)+1),ROWS($'3'.$B$2:$B3))),"")
However! when I change the formula to the below it doesn't work. I'm not sure why.
=IFERROR(INDEX($'3'.$I$2:$I$9999,SMALL(IF($'3'.$B$2:$B$9999=$'5'.$B$9,ROW($'3'.$B$2:$B$9999)-ROW($'3'.$B$2)+1),ROWS($'3'.$B$2:$B3))),"")
The only change is the formula is used in sheet 5a and $'4'.$B$9 becomes $'5'.$B$9. The sheets are identical. The data is identical. I'm not sure why it isn't working.
$'4'.$B$9 points to a drop down box (list). The data in the list is identical to sheet 4. Not sure what's happening.
Any thoughts?
Regards
kinred21101982