Value/IsNumber/Brackets..? cell equal to range w/o Average

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
If I understand correctly, try =(countif(range,value)=counta(range))
In your particular example, =(countif(d1:aa1,c1)=counta(d1:aa1))
 
=EXACT thanks :)

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top