sharkadder
New Member
- Joined
- Jan 30, 2019
- Messages
- 2
Hi there,
I have a Spreadsheet which has some categories within it, for simplistic sake i have category AA and category BB. What i am wanting to do is to display all values vertically which match category AA and category BB from within a table. For some reason, the first iferror works flawlessly but any others i add to the formula always fail. Does anybody know what could be the problem here?
Shown is a copy of my Spreadsheet view (i will remove this once this is solved for anybody who wonders where it went in future):
The formula i have in cell H3 down to H10 is as follows:
{=IFERROR(INDEX($C$3:$C$10, SMALL(IF($E$3=$B$3:$B$10, ROW($B$3:$B$10)-ROW($B$3)+1), ROW(1:1))),IFERROR(INDEX($C$3:$C$10, SMALL(IF($E$4=$B$3:$B$10, ROW($B$3:$B$10)-ROW($B$3)+1), ROW(1:1))),"" ) )}
You can see that it successfully pulls out the items which match category AA under column H, but not the items which match category BB. I should also point out that ROW(1:1) does increment to 2:2, 3:3 etc. as i use the autofill
I have a Spreadsheet which has some categories within it, for simplistic sake i have category AA and category BB. What i am wanting to do is to display all values vertically which match category AA and category BB from within a table. For some reason, the first iferror works flawlessly but any others i add to the formula always fail. Does anybody know what could be the problem here?
Shown is a copy of my Spreadsheet view (i will remove this once this is solved for anybody who wonders where it went in future):
The formula i have in cell H3 down to H10 is as follows:
{=IFERROR(INDEX($C$3:$C$10, SMALL(IF($E$3=$B$3:$B$10, ROW($B$3:$B$10)-ROW($B$3)+1), ROW(1:1))),IFERROR(INDEX($C$3:$C$10, SMALL(IF($E$4=$B$3:$B$10, ROW($B$3:$B$10)-ROW($B$3)+1), ROW(1:1))),"" ) )}
You can see that it successfully pulls out the items which match category AA under column H, but not the items which match category BB. I should also point out that ROW(1:1) does increment to 2:2, 3:3 etc. as i use the autofill