CF for numbers out.

serge

Well-known Member
Joined
Oct 8, 2008
Messages
1,459
Office Version
  1. 2007
Platform
  1. Windows
Hi,

From OA1:QR1 are the numbers from 1 to 70.
Below that is how many time each number came out and you can see in blue the numbers 34,39,41,42,43,etc... never came out yet.
Column NY are the numbers selected.
In red is the CF of the numbers going up.
In green is the CF for the numbers going down.
So I'm looking for a CF formula from OA6:QR255 that will highlight the number column that are not out yet.
Right now I have this CF formula below that highlight the ends of the table but it doesn't cover all the individual number.
=AND(OA6<>"",OA6>MAX($NY$6:$NY$257))
=AND(OA6<>"",OA6<MIN($NY$6:$NY$257))
Thank you.
254.png
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
How about
Excel Formula:
=SUMIFS($OA$2:$QR$2,$OA$1:$QR$1,OA6)=0
 
Upvote 0
Solution
Hi Fluff, Thank you very much for the formula that exactly what I needed.
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,226,113
Messages
6,189,046
Members
453,522
Latest member
Seeker2025

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top