Israelinas
New Member
- Joined
- Dec 25, 2016
- Messages
- 25
Hi all,
I need to create a formula that will return the Name and the Favorite Color of a person according to the following:
1) Age = 17
2) Highest grade.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Age[/TD]
[TD]Grade[/TD]
[TD]Favorite Color[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]17[/TD]
[TD]99[/TD]
[TD]Blue[/TD]
[/TR]
[TR]
[TD]Stefan[/TD]
[TD]26[/TD]
[TD]99[/TD]
[TD]Red[/TD]
[/TR]
[TR]
[TD]Jake[/TD]
[TD]17[/TD]
[TD]78[/TD]
[TD]Pink[/TD]
[/TR]
[TR]
[TD]Donna[/TD]
[TD]28[/TD]
[TD]98[/TD]
[TD]Green[/TD]
[/TR]
[TR]
[TD]Sam[/TD]
[TD]36[/TD]
[TD]85[/TD]
[TD]Blue[/TD]
[/TR]
[TR]
[TD]Victoria[/TD]
[TD]15[/TD]
[TD]88[/TD]
[TD]Yellow[/TD]
[/TR]
[TR]
[TD]Brenda[/TD]
[TD]22[/TD]
[TD]89[/TD]
[TD]Orange[/TD]
[/TR]
</tbody>[/TABLE]
Many thanks,
Israelinas
I need to create a formula that will return the Name and the Favorite Color of a person according to the following:
1) Age = 17
2) Highest grade.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Age[/TD]
[TD]Grade[/TD]
[TD]Favorite Color[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]17[/TD]
[TD]99[/TD]
[TD]Blue[/TD]
[/TR]
[TR]
[TD]Stefan[/TD]
[TD]26[/TD]
[TD]99[/TD]
[TD]Red[/TD]
[/TR]
[TR]
[TD]Jake[/TD]
[TD]17[/TD]
[TD]78[/TD]
[TD]Pink[/TD]
[/TR]
[TR]
[TD]Donna[/TD]
[TD]28[/TD]
[TD]98[/TD]
[TD]Green[/TD]
[/TR]
[TR]
[TD]Sam[/TD]
[TD]36[/TD]
[TD]85[/TD]
[TD]Blue[/TD]
[/TR]
[TR]
[TD]Victoria[/TD]
[TD]15[/TD]
[TD]88[/TD]
[TD]Yellow[/TD]
[/TR]
[TR]
[TD]Brenda[/TD]
[TD]22[/TD]
[TD]89[/TD]
[TD]Orange[/TD]
[/TR]
</tbody>[/TABLE]
Many thanks,
Israelinas