excel function

  • Thread starter Thread starter Trudyc
  • Start date Start date
T

Trudyc

Hi,
I am trying to see if I can find out if a value (number) occurs more than
one time in a very large excel sheet is there some way to do this?

--
Trudy

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...dg=microsoft.public.excel.worksheet.functions
 
=COUNTIF(A:A,5)>1

for number 5, adapt to fit the range and the number

Don't know why the "This post is a suggestion for Microsoft" was necessary
though


--


Regards,


Peo Sjoblom
 
Hi,

There's already more than 1 way to do that, like this for example:-

=COUNTIF(A1:B1000,1)>1

Mike
 
Back
Top