Cell Formatting

  • Thread starter Thread starter Jambora
  • Start date Start date
J

Jambora

To make all of this 2nd part of my question simple.......

How does one enter "(If (B#)OR(C#) is blank, or whatever you would use here)
THEN D# is also blank

If that makes any sense to any of you experts

Jam
 
The heading says Cell formating but you question is about the cell content.
However if you want say cell D1 to be blank if either B1 is blank or C1 is
blank and othewise you want to give it a value of 10 then in cell D1 you
enter the following formula
=if(OR(B1="",C1=""),"",10)

Alok Joshi
 

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

Back
Top