#1   Report Post  
Posted to microsoft.public.excel.misc
nastech
 
Posts: n/a
Default Range? M1:Z1

Hi, can not remember how to see if 1 cell, is equal to same quantity in range
of other cells. Tried / to find: (thanks)

=F1=M1:Z1 getting ref error
  #2   Report Post  
Posted to microsoft.public.excel.misc
bpeltzer
 
Posts: n/a
Default Range? M1:Z1

You could use match, which with 0 as the last argument will return NA if the
match fails:
=if(isna(match(f1,m1:z1,0)),"Not found","found")

"nastech" wrote:

Hi, can not remember how to see if 1 cell, is equal to same quantity in range
of other cells. Tried / to find: (thanks)

=F1=M1:Z1 getting ref error

  #3   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default Range? M1:Z1

is it

=IF(F1=SUM(M1:Z1),"yes","no")

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"nastech" wrote in message
...
Hi, can not remember how to see if 1 cell, is equal to same quantity in

range
of other cells. Tried / to find: (thanks)

=F1=M1:Z1 getting ref error



  #4   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett
 
Posts: n/a
Default Range? M1:Z1

if dd in f4 and dd anywhere in col d, deal

=IF(COUNTIF(D:D,F4)0,"deal","no deal")

--
Don Guillett
SalesAid Software

"nastech" wrote in message
...
Hi, can not remember how to see if 1 cell, is equal to same quantity in
range
of other cells. Tried / to find: (thanks)

=F1=M1:Z1 getting ref error



  #5   Report Post  
Posted to microsoft.public.excel.misc
nastech
 
Posts: n/a
Default Range? M1:Z1

That was it... / will try, thanks all

"nastech" wrote:

Hi, can not remember how to see if 1 cell, is equal to same quantity in range
of other cells. Tried / to find: (thanks)

=F1=M1:Z1 getting ref error

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
Duplicate Range Names by worksheet FlaAl Excel Discussion (Misc queries) 0 May 24th 06 05:14 PM
Help with using range names in sum function soteman2005 Excel Worksheet Functions 2 November 28th 05 04:43 PM
How to Select a relative range with Using "Find" and Offset() Dennis Excel Discussion (Misc queries) 7 July 27th 05 03:57 PM
Can a formula check for a certain value in a range? Lee IT Excel Discussion (Misc queries) 3 April 8th 05 07:36 AM
can a formula check for a certain value in a range? Lee IT Excel Discussion (Misc queries) 1 April 7th 05 04:31 PM


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