Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
nastech
 
Posts: n/a
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.misc
bpeltzer
 
Posts: n/a
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.misc
nastech
 
Posts: n/a
Default 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

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
checking that cells have a value before the workbook will close kcdonaldson Excel Worksheet Functions 8 December 5th 05 04:57 PM
cell address rather than range name Angi Bemiss Excel Discussion (Misc queries) 1 December 1st 05 12:46 AM
Date Range within one cell Cachod1 New Users to Excel 5 October 18th 05 03:30 AM
Match function...random search? Les Excel Worksheet Functions 10 July 28th 05 11:54 AM
Addition to Turn cell red if today is greater or equal to date in cell Rich New Users to Excel 2 December 9th 04 02:06 AM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"