#1   Report Post  
Lee
 
Posts: n/a
Default List of attendees

Not sure if this is a vlookup question or not. I've got a list of all members
of our sports club. And I have a list of all members who took part in a race.
I want to add a column to the list of all members to show who took part in
the race. If they took part, I would like "Attended" to show in this new
column. Any way of doing this??
  #2   Report Post  
Jim Rech
 
Posts: n/a
Default

Say the list of all members runs from A1 to A100 and the list of racers from
E1 to E10. You could enter this formula in B1 and copy it down to B100 to
get what you want:

=IF(ISERROR(MATCH(A1,$E$1:$E$10,0)),"","Attended")

The Match function is not case sensitive but spelling, spaces, punctuation,
etc. has to be identical.

--
Jim Rech
Excel MVP
"Lee" wrote in message
...
Not sure if this is a vlookup question or not. I've got a list of all
members
of our sports club. And I have a list of all members who took part in a
race.
I want to add a column to the list of all members to show who took part in
the race. If they took part, I would like "Attended" to show in this new
column. Any way of doing this??



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Address List in Excel getalife Excel Discussion (Misc queries) 2 May 29th 06 03:58 PM
Drop dow list complication Ryan Excel Discussion (Misc queries) 2 December 16th 04 07:49 PM
List Box refer to an array Andrew Heath Excel Discussion (Misc queries) 2 December 14th 04 02:43 PM
Viewing List of Named Ranges Graham Parkinson Excel Discussion (Misc queries) 2 December 3rd 04 01:30 PM
Counting Repeated text or duplicates in a list Repeatdude Excel Discussion (Misc queries) 5 November 26th 04 07:10 PM


All times are GMT +1. The time now is 05:10 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"