ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Take me to the number (https://www.excelbanter.com/excel-discussion-misc-queries/143499-take-me-number.html)

[email protected]

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?


AKphidelt

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?




All times are GMT +1. The time now is 05:20 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com