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

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
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,839
Messages
6,121,891
Members
449,058
Latest member
Guy Boot

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