Conditional formatting - Text

mholme58

New Member
Joined
Jul 27, 2010
Messages
44
Hi All, I need to return TBC in cell D7 if B7 contains text, if not leave it blank.
I'm using Excel 2007.

Any ideas? I've tried a few things that haven't worked.

Thanks
Martin
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Cheers guys, I'd already tried that formula in conditional, doesn't work there as you said.

Thing is it's used by a group of people so once they enter details in & over write the formula I don't want to keep going in to put it back in.
Hence I was trying for a conditional formula.

Sorry needs to be conditional.

Martin
 
Upvote 0
2007

May just have to have it set so if the cell is blank or states TBC then highlight it yellow.
Don't really want to do that as don't really want loads of yellow cells in rows not being used.
 
Upvote 0
You could try the custom conditional formatting formula:

=ISTEXT(B7)

and the number format:

General;General;General;"TBC"

D7 would need to contain some text, even if it's only a space.
 
Upvote 0
Yeah just means more manual input the month after to replace any cells typed over.

Never mind, cheers for the help.
 
Upvote 0

Forum statistics

Threads
1,214,875
Messages
6,122,044
Members
449,063
Latest member
ak94

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