Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Take me to the number

I've used this formula to count the number of order numbers that
appear X number of times in one column:
=SUM(IF(FREQUENCY(A1:A36533,A1:A36533)=X,1))

There is one order number that appears 6 times in column A and I need
to find it. Is there a way to copy that order number or at least use
conditional formatting to highlight it? Suggestions?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 461
Default Take me to the number

Try this...

Highlight Column A

Go to Format-- Conditional Formatting
Then select Formula is instead of Cell Value is and enter this formula

=COUNTIF($A$1:$A$36533,A1)=6

Copy it exactly as it is.

" wrote:

I've used this formula to count the number of order numbers that
appear X number of times in one column:
=SUM(IF(FREQUENCY(A1:A36533,A1:A36533)=X,1))

There is one order number that appears 6 times in column A and I need
to find it. Is there a way to copy that order number or at least use
conditional formatting to highlight it? Suggestions?


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
countif formula to find the occurances of a number that is greater than one number but less than another steveo Excel Discussion (Misc queries) 3 July 8th 06 02:04 AM
convert text-format number to number in excel 2000%3f Larry Excel Discussion (Misc queries) 1 July 29th 05 08:18 PM
Count number of times a specific number is displayed in a cell ran subs Excel Worksheet Functions 1 June 27th 05 05:01 PM
excel format cells/Number/Category: Number problem Matts Excel Discussion (Misc queries) 5 December 9th 04 09:47 PM
Rounding a number to a multiple quantity that adds to a fixed total number wjlo Excel Worksheet Functions 1 November 9th 04 04:43 PM


All times are GMT +1. The time now is 09:52 AM.

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

About Us

"It's about Microsoft Excel"