ThrottleWorks
Excel Ninja
I have two columns, A & B
Column A is ID, column B is Group ID
Cell a1 = abc12
Cell a2 = abc13
Cell a3 = abc14
Cell a4 = abc15
Cell b1 = 1
Cell b2 = 1
Cell b3 = 1
Cell b4 = 2
I want to write a formula in range (“C1:f1”).
Formula will be written in cell c1, reference of the formula is cell b1.
I want the result as abc12, this is the value in cell a1
Similarly the formula in cell d1 will give me result abc13
I want a formula which will display the results horizontally.
I am looking for a formula which will populate the values in column A bases on the group Id in column B.
For example value in the cell b1 can be assigned to multiple values in column A.
The formula will be in cell c1,d1,e1,f1 …. And the results will be from cell a1,a2,a3,a4
Can someone help me in this please.
Column A is ID, column B is Group ID
Cell a1 = abc12
Cell a2 = abc13
Cell a3 = abc14
Cell a4 = abc15
Cell b1 = 1
Cell b2 = 1
Cell b3 = 1
Cell b4 = 2
I want to write a formula in range (“C1:f1”).
Formula will be written in cell c1, reference of the formula is cell b1.
I want the result as abc12, this is the value in cell a1
Similarly the formula in cell d1 will give me result abc13
I want a formula which will display the results horizontally.
I am looking for a formula which will populate the values in column A bases on the group Id in column B.
For example value in the cell b1 can be assigned to multiple values in column A.
The formula will be in cell c1,d1,e1,f1 …. And the results will be from cell a1,a2,a3,a4
Can someone help me in this please.