Conditional Formula needed

ironsides

Well-known Member
Joined
Aug 12, 2002
Messages
575
Formula need for Conditional Format


Cell Value is Equal to "si" color red, "sm" color dark green

Thanks
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Try like this

Excel Workbook
A
1si
2sm
3sa
Sheet2
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A11. / Formula is =A1="sm"Abc
A12. / Formula is =A1="si"Abc
 
Upvote 0
Formula need for Conditional Format


Cell Value is Equal to "si" color red, "sm" color dark green

Thanks
Try this...

• Select the cell in question. Let's assume this is cell A1.
• Goto the menu Format>Conditional Formatting
• Condition 1
• Select the Formula Is option
• Enter this formula in the box on the right:

=A1="si"

• Click the Format button
• Select the desired style(s)
• OK
• Click the Add button
• Condition 2
• Select the Formula Is option
• Enter this formula in the box on the right:

=A1="sm"

• Click the Format button
• Select the desired style(s)
• OK out
 
Upvote 0

Forum statistics

Threads
1,224,599
Messages
6,179,831
Members
452,946
Latest member
JoseDavid

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