Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default help needed with multiple values

Hi,

I have a spreadsheet of people and - say - the foods they like.

Name Pizza Ice Cream Pasta Bread
Joe x x
Mary x x
Will x x
Ed x x

Suppose I want to cook a dinner and I want to find all the people
who like Ice Cream, or Pasta...how do I go about that?

Thanks.
Spookyleela

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,236
Default help needed with multiple values

I've given your table the named range Dining A1:E5

A10 = Mary
B10 = Pasta
C10 = =VLOOKUP(A10, Dining, MATCH(B10, OFFSET(Dining, 0, 0, 1), 0), FALSE) =
"x"

--
Rob van Gelder - http://www.vangelder.co.nz/


wrote in message
oups.com...
Hi,

I have a spreadsheet of people and - say - the foods they like.

Name Pizza Ice Cream Pasta Bread
Joe x x
Mary x x
Will x x
Ed x x

Suppose I want to cook a dinner and I want to find all the people
who like Ice Cream, or Pasta...how do I go about that?

Thanks.
Spookyleela



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default help needed with multiple values

Thanks Rob, but that's not what I had in mind.
I want to build a form where I check for example pasta
and that would return the names of the individuals who
will eat that.
Your function returns True/False on one individual.

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
help needed to add values with conditions Bishkan Excel Worksheet Functions 4 December 9th 09 01:29 PM
Cel values help needed Tim Turner Excel Worksheet Functions 4 December 24th 08 05:38 AM
formula help needed (if values) [email protected] Excel Discussion (Misc queries) 3 January 19th 07 08:38 PM
Help needed replacing multiple cells from a list of values. Emoshag Excel Discussion (Misc queries) 6 July 6th 06 09:15 PM
Comparing values in 2 columns - Help needed tilde Excel Programming 3 June 19th 05 11:28 PM


All times are GMT +1. The time now is 07:26 AM.

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

About Us

"It's about Microsoft Excel"