ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Range? M1:Z1 (https://www.excelbanter.com/excel-discussion-misc-queries/95917-range-m1-z1.html)

nastech

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

bpeltzer

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


Bob Phillips

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




Don Guillett

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




nastech

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



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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com