So, I have a list of employee names that I'm matching a plan type (there are multiple plans per employee) and having it return a value.
My issue is that the value from the sheet that the information is on will sometimes have a space at the end of the employee name. I've been trying to use a wildcard with my formula, but I keep getting N/A.
I know I have to be doing something wrong, but I'm getting frustrated.
C4 = Employee name
D4 = plan type
=INDEX('Membership Details'!$C$3:$K$1599,MATCH(1,('Membership Details'!$C$3:$C$1599=C4&"*")*('Membership Details'!$G$3:$G$1599=D4),0),9)
I know the error is in the ('Membership Details'!$C$3:$C$1599=C4&"*")*('Membership Details'!$G$3:$G$1599=D4) part, I'm just not smart enough (or patient enough at this point) to figure it out.
Any help is SO appreciated!
Laura
My issue is that the value from the sheet that the information is on will sometimes have a space at the end of the employee name. I've been trying to use a wildcard with my formula, but I keep getting N/A.
I know I have to be doing something wrong, but I'm getting frustrated.
C4 = Employee name
D4 = plan type
=INDEX('Membership Details'!$C$3:$K$1599,MATCH(1,('Membership Details'!$C$3:$C$1599=C4&"*")*('Membership Details'!$G$3:$G$1599=D4),0),9)
I know the error is in the ('Membership Details'!$C$3:$C$1599=C4&"*")*('Membership Details'!$G$3:$G$1599=D4) part, I'm just not smart enough (or patient enough at this point) to figure it out.
Any help is SO appreciated!
Laura