Hi! I don't know much about formulas but found this one here. Is there any way to get rid of #NUM! when this formula doesn't find anymore results?
=INDEX($B$3:$B$10,SMALL(IF($A$3:$A$10="LA",ROW($B$3:$B$10)
-ROW($B$3)+1),ROWS($D$3:D3)))
(Formula edited for this example)
A B C D 1 time name LA2
3 LA John John
4 NY Roland Charles
5 NY Mario #NUM! I need these spaces.
6 LA Charles #NUM! I need these spaces.
etc..
Thank you in advance for the waited reply!
=INDEX($B$3:$B$10,SMALL(IF($A$3:$A$10="LA",ROW($B$3:$B$10)
-ROW($B$3)+1),ROWS($D$3:D3)))
(Formula edited for this example)
A B C D 1 time name LA2
3 LA John John
4 NY Roland Charles
5 NY Mario #NUM! I need these spaces.
6 LA Charles #NUM! I need these spaces.
etc..
Thank you in advance for the waited reply!