ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Value/IsNumber/Brackets..? cell equal to range w/o Average (https://www.excelbanter.com/excel-discussion-misc-queries/80114-value-isnumber-brackets-cell-equal-range-w-o-average.html)

nastech

Value/IsNumber/Brackets..? cell equal to range w/o Average
 
Hi, is there a way to check if a single cell is EXACT equal to each cell, in
a range of cells without listing each one separately? i.e.: (without using
average)

instead of =AND(C1=D1,C1=E1,...C1=AA1) maybe something like:

=(C1=D1:AA1) (EXACT/VALUE/ISNUMBER/brackets/quote marks..??)

note: have been able to use: =OR(C1={"aa","ab",ac"})
as a normal equation, that functions properly

bpeltzer

Value/IsNumber/Brackets..? cell equal to range w/o Average
 
If I understand correctly, try =(countif(range,value)=counta(range))
In your particular example, =(countif(d1:aa1,c1)=counta(d1:aa1))

"nastech" wrote:

Hi, is there a way to check if a single cell is EXACT equal to each cell, in
a range of cells without listing each one separately? i.e.: (without using
average)

instead of =AND(C1=D1,C1=E1,...C1=AA1) maybe something like:

=(C1=D1:AA1) (EXACT/VALUE/ISNUMBER/brackets/quote marks..??)

note: have been able to use: =OR(C1={"aa","ab",ac"})
as a normal equation, that functions properly


nastech

Value/IsNumber/Brackets..? cell equal to range w/o Average
 
=EXACT thanks :)

"bpeltzer" wrote:

If I understand correctly, try =(countif(range,value)=counta(range))
In your particular example, =(countif(d1:aa1,c1)=counta(d1:aa1))

"nastech" wrote:

Hi, is there a way to check if a single cell is EXACT equal to each cell, in
a range of cells without listing each one separately? i.e.: (without using
average)

instead of =AND(C1=D1,C1=E1,...C1=AA1) maybe something like:

=(C1=D1:AA1) (EXACT/VALUE/ISNUMBER/brackets/quote marks..??)

note: have been able to use: =OR(C1={"aa","ab",ac"})
as a normal equation, that functions properly



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

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