Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Return values from another tab if one value matches and another meets criteria

I am trying to match the value of column A on the first tab and return the scores for each condition in the correct columns. I tried VLOOKUP with the fuction below but could not figure out how to return the conditions in the correct column.

Here is the formula i tried.

=VLOOKUP(A3, Data!A2:C20,3,false)

https://docs.google.com/spreadsheets/d/17ixnSMdgYNme_lxJNoMo8b4xf09oPX24LCV1x_dQ7_Y/edit#gid=621957136

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

use:

=INDEX(IFNA(VLOOKUP(A2:A&SUBSTITUTE(B1:D1, " Score", ), 
 {Data!A:A&Data!B:B, Data!C:C}, 2, )))

enter image description here

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading