Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Kikkoman
 
Posts: n/a
Default Match a1 to B1:B10, = true

If A1 appears anywhere in B1:B10, C1= "True"

=IF(a1=(B1:B10),"True", "")

Why doesn't this work? The result will only show if A1 exactly matches B1.

  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

=COUNTIF(B1:B10,A1)0

--
Regards,

Peo Sjoblom

(No private emails please)


"Kikkoman" wrote in message
...
If A1 appears anywhere in B1:B10, C1= "True"

=IF(a1=(B1:B10),"True", "")

Why doesn't this work? The result will only show if A1 exactly matches B1.


  #3   Report Post  
Rowan
 
Posts: n/a
Default

Another way you could do this:

=IF(ISNA(VLOOKUP(A1,B1:B10,1,0)),"","True")

Regards
Rowan

"Kikkoman" wrote:

If A1 appears anywhere in B1:B10, C1= "True"

=IF(a1=(B1:B10),"True", "")

Why doesn't this work? The result will only show if A1 exactly matches B1.

  #4   Report Post  
Dave Peterson
 
Posts: n/a
Default

You could use your formula in a modified way (but don't use it):

=IF(OR(A1=B1:B10),"True", "")

This is an array formula. Hit ctrl-shift-enter instead of enter. If you do it
correctly, excel will wrap curly brackets {} around your formula. (don't type
them yourself.)


And one mo

=isnumber(match(a1,b1:b10,0))

Kikkoman wrote:

If A1 appears anywhere in B1:B10, C1= "True"

=IF(a1=(B1:B10),"True", "")

Why doesn't this work? The result will only show if A1 exactly matches B1.


--

Dave Peterson
  #5   Report Post  
Pivotrend
 
Posts: n/a
Default


nice formula


--
Pivotrend
------------------------------------------------------------------------
Pivotrend's Profile: http://www.excelforum.com/member.php...fo&userid=4062
View this thread: http://www.excelforum.com/showthread...hreadid=400322



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
Look up data in colum a and find match in colum b Chris(new user) Excel Discussion (Misc queries) 1 March 22nd 05 01:41 PM
Look up data in colum a and find match in colum b Chris(new user) Excel Discussion (Misc queries) 1 March 19th 05 09:27 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM
Find a match that;s not exact Phyllis Excel Worksheet Functions 0 November 8th 04 08:12 PM
Vlookup, Index & Match Phyllis Excel Worksheet Functions 1 November 8th 04 06:11 PM


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