danhodges99
New Member
- Joined
- Apr 22, 2009
- Messages
- 12
Hi,
I need to retrieve the most recently entered data (in the bottom row), if it matches a certain condition. Example:
ROW SPORT VIEWERS
1 Football 16000
2 Rugby 8000
3 Football 12000
4 Tennis 5000
5 Athletics 500
6 Football 13500
7 Tennis 4500
I basically need a way of saying "Return the most recent number of viewers for a particular sport (selected via a dropdown menu). For example, someone selects "Football" gets returned 13500, "Tennis" gets 4500.
Would be grateful for help, been trying for a while and quite stuck!
I need to retrieve the most recently entered data (in the bottom row), if it matches a certain condition. Example:
ROW SPORT VIEWERS
1 Football 16000
2 Rugby 8000
3 Football 12000
4 Tennis 5000
5 Athletics 500
6 Football 13500
7 Tennis 4500
I basically need a way of saying "Return the most recent number of viewers for a particular sport (selected via a dropdown menu). For example, someone selects "Football" gets returned 13500, "Tennis" gets 4500.
Would be grateful for help, been trying for a while and quite stuck!