View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bernie Deitrick Bernie Deitrick is offline
external usenet poster
 
Posts: 5,441
Default Check that all cells in a range have same values

Finny,

=IF(COUNTIF(A:A,A1)=COUNTA(A:A),"ALL are the same","NOT all are the same")

can be used to tell if all the entries in column A are all the same.

HTH,
Bernie
MS Excel MVP


"Finny388" wrote in message
ups.com...
All the formulas I can find pertain to only checking one cell agains
another:
EXACT() - "Compares two text strings and returns TRUE if they are
exactly the same..."

Is there no formula to compare several strings? Seems silly.

2007 only has 5 new formulas? yikes.