Conditional Format Question

  • Thread starter Thread starter srain001
  • Start date Start date
S

srain001

Hi,

I'm looking for a way to make cell values change according to other cell
values.

for example,

If Cell A1 says COLLATERAL, then D1 should say N/A.

Hope you can help
Thanx!
srain
 
Hi,

This is not conditional formatting ... it is just an If() function :

=IF(A1="Collateral","N/A","")

HTH
 
This is NOT formatting; it is the use of a function.
In D1 enter =IF(A1="COLLATERAL","N/A","XXXX")
where XXXX is what you want if A1's value is not COLLATERAL - If you want
nothing then use two double quotes with nothing inside them
=IF(A1="COLLATERAL","N/A","")
best wishes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Cell colors 4
Excel formula - request assistance 3
Not equat to 2
Cell calculation 3
Conditional Format 1
Conditional Formating Question 5
conditional formatting 1
formula help 3

Back
Top