Hey!
Here's a question about xlookup!
I know it can spill over to columns to return all the values in the return array (neat!).
But.
Say i want to search someone's DOB. this is not a unique ID.
if i do this:
=COUNTIF(Table1_1[Patient Date of Birth],B4)
I'll get the number of times that DOB is present.
How do I get this :
=XLOOKUP(B4,Table1_1[Patient Date of Birth],Table1_1[Patient Forename]:Table1_1[Patient Gender],0,0)
to spill to the countif value? can i?
Hey!
Here's a question about xlookup!
I know it can spill over to columns to return all the values in the return array (neat!).
But.
Say i want to search someone's DOB. this is not a unique ID.
if i do this:
=COUNTIF(Table1_1[Patient Date of Birth],B4)
I'll get the number of times that DOB is present.
How do I get this :
=XLOOKUP(B4,Table1_1[Patient Date of Birth],Table1_1[Patient Forename]:Table1_1[Patient Gender],0,0)
to spill to the countif value? can i?