CF for numbers out.

serge

Well-known Member
Joined
Oct 8, 2008
Messages
1,442
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

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
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,221,418
Messages
6,159,790
Members
451,589
Latest member
Harold14

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