Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default how do I show a value = a value in a range (A1 = any(b1:b35)?

how do I show a value = a value in a range (A1 = any(b1:b35)?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default how do I show a value = a value in a range (A1 = any(b1:b35)?

Hi!

=ISNUMBER(MATCH(A1,B1:B35,0))

Or:

=COUNTIF(B1:B35,A1)0

Biff

"Mike W" <Mike wrote in message
...
how do I show a value = a value in a range (A1 = any(b1:b35)?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default how do I show a value = a value in a range (A1 = any(b1:b35)?


Hi there

This array might work

=IF(OR(A1=B1:B35),"No found","No not found")

Use ctrl + shift + enter to use the array

VBA Noob


--
VBA Noob
------------------------------------------------------------------------
VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833
View this thread: http://www.excelforum.com/showthread...hreadid=561256

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 with using range names in sum function soteman2005 Excel Worksheet Functions 2 November 28th 05 04:43 PM
How do show value range that doesn't start at zero hoffmanjm Charts and Charting in Excel 2 November 3rd 05 08:05 PM
Array to named range conversion... i-Zapp Excel Discussion (Misc queries) 4 October 25th 05 09:09 PM
How do I only show a range of columns/rows in Excel? Larry Zukerman New Users to Excel 2 October 23rd 05 02:31 PM
UDF and Calculation tree Ken Wright Links and Linking in Excel 1 February 6th 05 04:58 PM


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