Need conditional format formula

sunwordelite

New Member
Joined
Sep 7, 2009
Messages
15
need formula i have column number specify key in digit 13567

column A mix rumber by row how to highlight in condiotional format by background colour or colour number and get sort the highlited number in column B.Any help would be appreciated..thank you
Untitled.jpg
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Try:

Book1
ABCDE
1key in
215367
3
4AB
512341234
656785678
725672567
812371237
956715671
1035763576
114892 
128902 
13 
Sheet15
Cell Formulas
RangeFormula
E5:E13E5=IFERROR(INDEX($C:$C,AGGREGATE(15,6,ROW(C$5:C$12)/SIGN(MMULT(--ISNUMBER(FIND(MID($D$2,TRANSPOSE(ROW(INDIRECT("1:"&LEN($D$2)))),1),$C$5:$C$12)),ROW(INDIRECT("1:"&LEN($D$2))))),ROWS($E$5:$E5))),"")
Cells with Conditional Formatting
CellConditionCell FormatStop If True
C5:C13Expression=OR(ISNUMBER(FIND(MID(C5,ROW(INDIRECT("1:"&LEN(C5))),1),$D$2&"")))textNO
 
Upvote 0

Forum statistics

Threads
1,215,686
Messages
6,126,202
Members
449,298
Latest member
Jest

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