VBA or Conditional formatting ?

ipbr21054

Well-known Member
Joined
Nov 16, 2010
Messages
5,279
Office Version
  1. 2007
Platform
  1. Windows
Afternoon all,

I need to apply a red font color if cell shows REFUND.

The word Refund will only ever be in cell B
If i type Refund then cell B,C,D,E,F,G font color Red.

The font color only needs to be applied for the cells mentioned above & only for that row if Refund is in that cell B

Please advise.

Thanks,have a nice day.
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Select the columns B:F, and then apply the following CF formula:
=$B1="REFUND"

The key is the dollar sign in front of the column B to "lock" that reference so that ALL columns in your selected range will look at column B.
 
Upvote 0
Hi,
I’m out at present & looking at the advice given.
Can you advise how it knows to be shown as Red and not green etc.

Thanks.
 
Upvote 0
Can you advise how it knows to be shown as Red and not green etc.
Have you used Conditional Formatting before, specifically the formula option?
After entering your formula, you need to click on the "Format" button, and select the formatting option that you want (go to the Font tab and select the red color).
 
Upvote 0

Forum statistics

Threads
1,216,103
Messages
6,128,854
Members
449,472
Latest member
ebc9

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