Soldato
Hello All,
I've trying to write a vlookup from another worksheet that will pull through the visit, date and weight given only the name (there are columns between the example above in the real version)
I've no doubt foolishly tried the below and get a #Spill! error (where "VS" is the other workseet and C is the name)
My thought is if the column contains the look up name return the first instance (row), followed by all other rows with the look up name (these are sequential as shown) in order can this be done?
=IFS(A5=VS!C:C,VLOOKUP(A5,VS!C$3:U$200,2,FALSE))
I'm not sure this makes sense!
I've trying to write a vlookup from another worksheet that will pull through the visit, date and weight given only the name (there are columns between the example above in the real version)
I've no doubt foolishly tried the below and get a #Spill! error (where "VS" is the other workseet and C is the name)
My thought is if the column contains the look up name return the first instance (row), followed by all other rows with the look up name (these are sequential as shown) in order can this be done?
=IFS(A5=VS!C:C,VLOOKUP(A5,VS!C$3:U$200,2,FALSE))
I'm not sure this makes sense!