indexing - Excel - Return multiple matching values from a column, horizontally in one row -


I have an Excel formula, which is considered to be working but gives #VALUE and why I can not understand .

I have this table:

  AB 1 | | | 2 | Orange | 1 | 3 | Apple 2 | 4 | Grapes | 3 | 5 | Orange | 4 | 6 | Apple 5 | 7 | Grapes | 6 | 8 | Apple 7 |  

I want to check the matching values ​​in column A such as "Apples", "Oranges" etc. and return all relevant values ​​from column B to one line:

Output should be like this, but only me # VRA:

  ABCD 11 | Apple 2 | 5 | 7 | 12 | Orange | 1 | 4 | #NUM |  

This is the formula:

= INDEX ($ B $ 2: $ B $ 8, Small (IF ($ A $ 11 = $ A $ 2: $ $ 8, line ($ A $ 2: $ A $ 8) -ROW ($ A $ 2) +1), COLUMN (A1)))

< Div>

I hope this formula will help you. Press Ctrl + shift + enter to work on the formula, Ordering the product column is OK.

  = If (column () - 4 =  

The -4 column is referring to where you are going to look at the value and see -5 where you are going to get the value.

The column "c" is empty

  COL ABCDEFG Product Description Unique number descr1 descr2 descr3 descr4 orange 1 orange 1 2 orange 2 apple 3 4 5 grapes 6 grapes 6 7 grapes 7 apples apple apple 4 apple 5 I hope that it is not too late P: Welcome. 


Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

c# - WPF Expander overlay used in ItemsControl -

class - Kivy: how to instantiate a dynamic classes in python -