ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Conditional Format Question (https://www.excelbanter.com/excel-discussion-misc-queries/169943-conditional-format-question.html)

srain001

Conditional Format Question
 
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

Carim[_2_]

Conditional Format Question
 
Hi,

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

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

HTH

Bernard Liengme

Conditional Format Question
 
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
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"srain001" wrote in message
...
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





All times are GMT +1. The time now is 06:33 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com