Skip to main content
8-Gravel
August 29, 2024
Solved

Specify name to a row in a matrix

  • August 29, 2024
  • 1 reply
  • 1280 views

WS_11796812_0-1724944774864.png

WS_11796812_1-1724945006709.png

Trying to display the corresponding controlling condition associated with Column 1 to be displayed to the right. Is there a way this can de done simply?

 

Best answer by Werner_E

@LucMeekes wrote:

You should attach the prime worksheet.

Try this on the placeholder for RFsplice[i,2:

LucMeekes_1-1724966239984.png

Success!
Luc

 


Haven't you forgotten the third function argument (1) of "vlookup"?

Maybe also a vector index 0 at the end, so the result is just the string and not a vector containing the string.

 

Even though I guess thats it not necessary here, a sophisticated approach would be

Werner_E_1-1724970553720.png

as it returns a single string in the normal case (?) that the minimum is present in just one of the three matrices, but also covers the case that it may be present in two or all three matrices.

 

 

 

1 reply

23-Emerald IV
August 29, 2024

You should attach the prime worksheet.

Try this on the placeholder for RFsplice[i,2:

LucMeekes_1-1724966239984.png

Success!
Luc

 

Werner_E25-Diamond IAnswer
25-Diamond I
August 29, 2024

@LucMeekes wrote:

You should attach the prime worksheet.

Try this on the placeholder for RFsplice[i,2:

LucMeekes_1-1724966239984.png

Success!
Luc

 


Haven't you forgotten the third function argument (1) of "vlookup"?

Maybe also a vector index 0 at the end, so the result is just the string and not a vector containing the string.

 

Even though I guess thats it not necessary here, a sophisticated approach would be

Werner_E_1-1724970553720.png

as it returns a single string in the normal case (?) that the minimum is present in just one of the three matrices, but also covers the case that it may be present in two or all three matrices.

 

 

 

23-Emerald IV
August 30, 2024

Yes, I did forget about that. 😔 

Fortunately there's you, to correct my silly mistake. 🙂 

 

Luc