#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Including in a range

Hi guys, hopefully you can help..

Cell A1 - Persons Name
Cell A2 - Drop down list Z1,Z2,Z3,Z4,Z5
I have a range of cells (B1:B5) in these cells could will be text,
either Z1,Z2,Z3,Z4orZ5


I need some kind of lookup to look in cells from B1:B5.

If one or more of these cells equals A2 the answer should be A1, or if
it doesnt blank.

Hope this makes sense!

Brian

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default Including in a range

=IF(ISNA(MATCH($A$2,$B$1:$B$5,0)),"",$A$1)

" wrote:

Hi guys, hopefully you can help..

Cell A1 - Persons Name
Cell A2 - Drop down list Z1,Z2,Z3,Z4,Z5
I have a range of cells (B1:B5) in these cells could will be text,
either Z1,Z2,Z3,Z4orZ5


I need some kind of lookup to look in cells from B1:B5.

If one or more of these cells equals A2 the answer should be A1, or if
it doesnt blank.

Hope this makes sense!

Brian


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
multiple lookup including date range JonW Excel Worksheet Functions 3 February 12th 07 02:45 PM
MAX/MIN in range potantially including text TrackStats Excel Worksheet Functions 1 February 5th 07 06:21 AM
How do I get excel to sum a range without including hidden cells? Jet Excel Worksheet Functions 2 November 2nd 06 12:35 AM
Average range including blank cells: #DIV/0! Areaka Excel Worksheet Functions 3 April 12th 06 10:21 PM
Multiple criterion including wildcards to sum in a range JEH Excel Worksheet Functions 6 June 12th 05 10:55 AM


All times are GMT +1. The time now is 04:18 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"