Highlight a string based on a cell

jrisebo

Active Member
Joined
Mar 15, 2011
Messages
312
Office Version
  1. 365
Platform
  1. Windows
How do I get col line B to 'conditionally format' based on col E?

Cell Formulas
RangeFormula
B38B38=R15&C11*C13*C15/H30&R16
E38E38=C11*C13*C15/H30
B40B40=R15& ROUND(C11*C14*C16/H30,2)&R16
E40E40=ROUND(C11*C14*C16/H30,2)
B42B42=R15& ROUND(C27*C11*C14*C16/H31,2)&R16
E42E42=ROUND(C27*C11*C14*C16/H31,2)
B44B44=R15& ROUND(C28*C11*C13*C15/((1+2*H34)*H32),2)&R16
E44E44=ROUND(C28*C11*C13*C15/((1+2*H34)*H32),2)
B46B46=R15& ROUND(C29*C11*C14*C15/((2+H34)*H32),2)&R16
E46E46=ROUND(C29*C11*C14*C15/((2+H34)*H32),2)
B48B48=R15&ROUND(C11^2/H32*SQRT((2*C15*C12)/(3*(1+H34))),2)&R16
E48E48=ROUND(C11^2/H32*SQRT((2*C15*C12)/(3*(1+H34))),2)
Cells with Conditional Formatting
CellConditionCell FormatStop If True
E38:E48Cell Valuetop 1 bottom valuestextNO
B38:B48Expression="min($B$38:$B$48)"textNO
B38:B48Other TypeColor scaleNO
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Like this?

Book1
BCDE
38asd2317.17
39
40sdef522.9
41
42sdf760.53
43
44dfg917.58
45
46dgh427.73
47
48sdf576.6
Sheet3
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B38:B48Expression=AND(E38<>"",E38=AGGREGATE(15,6,$E$38:$E$48/($E$38:$E$48<>0),1))textNO
 
Upvote 0

Forum statistics

Threads
1,216,756
Messages
6,132,534
Members
449,733
Latest member
Nameless_

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