mbarbera83
New Member
- Joined
- Feb 17, 2015
- Messages
- 27
Hi all.
I am trying to create a list of products by brand, using the Index function with Small, but it seems that my data base is too big for the memory. when i index only to row 21, then it works, but when i take it to row 1500 which I need, i get an error
=IF(ROWS(E$3:E3)>E$2,"",INDEX($A$2:$A$21,SMALL(IF($B$2:$B$21=E$1,ROW($B$2:$B$21)-ROW($B$2)+1),ROWS(E$3:E3))))
is there any way to get around this?
[TABLE="width: 331"]
<tbody>[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]Product[/TD]
[TD]Brand[/TD]
[TD][/TD]
[TD][/TD]
[TD]Brand1[/TD]
[TD]Brand2[/TD]
[/TR]
[TR]
[TD]product1[/TD]
[TD]Brand1[/TD]
[TD][/TD]
[TD][/TD]
[TD]=count Brand1 in column B[/TD]
[TD]=count Brand2 in column[/TD]
[/TR]
[TR]
[TD]product2[/TD]
[TD]Brand2[/TD]
[TD][/TD]
[TD][/TD]
[TD]FUNCTION GOES HERE[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]product3[/TD]
[TD]Brand1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I am trying to create a list of products by brand, using the Index function with Small, but it seems that my data base is too big for the memory. when i index only to row 21, then it works, but when i take it to row 1500 which I need, i get an error
=IF(ROWS(E$3:E3)>E$2,"",INDEX($A$2:$A$21,SMALL(IF($B$2:$B$21=E$1,ROW($B$2:$B$21)-ROW($B$2)+1),ROWS(E$3:E3))))
is there any way to get around this?
[TABLE="width: 331"]
<tbody>[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]Product[/TD]
[TD]Brand[/TD]
[TD][/TD]
[TD][/TD]
[TD]Brand1[/TD]
[TD]Brand2[/TD]
[/TR]
[TR]
[TD]product1[/TD]
[TD]Brand1[/TD]
[TD][/TD]
[TD][/TD]
[TD]=count Brand1 in column B[/TD]
[TD]=count Brand2 in column[/TD]
[/TR]
[TR]
[TD]product2[/TD]
[TD]Brand2[/TD]
[TD][/TD]
[TD][/TD]
[TD]FUNCTION GOES HERE[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]product3[/TD]
[TD]Brand1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]