Hello. I did a search and really couldn't find anything that returned row header information for this kind of problem. Hopefully someone here can lend me a hand.
So here is what I am trying to do [table="width: 500, class: grid"]
[tr]
[td]Name[/td]
[td]English[/td]
[td]German[/td]
[td]French[/td]
[/tr]
[tr]
[td]John[/td]
[td]Yes[/td]
[td]Yes[/td]
[td]Yes[/td]
[/tr]
[tr]
[td]Kim[/td]
[td]Yes[/td]
[td]Yes[/td]
[td][/td]
[/tr]
[tr]
[td]George[/td]
[td]Yes[/td]
[td][/td]
[td]Yes[/td]
[/tr]
[/table]
Basically I need to be able to lookup who speaks a particular language. So if in Cell F2 I enter English, Cells G2:G4 lists "John, Kim, George" respectfully, or if German is entered into F2, Cells G2:G3 lists "John, Kim" respectfully.
I am able to do this with columns but for some reason I cant see to accomplish this and return the row. Thanks in advance for any help!
So here is what I am trying to do [table="width: 500, class: grid"]
[tr]
[td]Name[/td]
[td]English[/td]
[td]German[/td]
[td]French[/td]
[/tr]
[tr]
[td]John[/td]
[td]Yes[/td]
[td]Yes[/td]
[td]Yes[/td]
[/tr]
[tr]
[td]Kim[/td]
[td]Yes[/td]
[td]Yes[/td]
[td][/td]
[/tr]
[tr]
[td]George[/td]
[td]Yes[/td]
[td][/td]
[td]Yes[/td]
[/tr]
[/table]
Basically I need to be able to lookup who speaks a particular language. So if in Cell F2 I enter English, Cells G2:G4 lists "John, Kim, George" respectfully, or if German is entered into F2, Cells G2:G3 lists "John, Kim" respectfully.
I am able to do this with columns but for some reason I cant see to accomplish this and return the row. Thanks in advance for any help!