Excel Formula

N

NITA

I am trying to create a formula in a speadsheet for the
following:

If cell "C" is true and cell "G" is blank then leave
cell "H" blank otherwise give me the max of cell "B,"F"
or "G" in cell "H."


Thank you,

Nita
 
J

JMay

" " 's around the TRUE produce the wrong results...

s/b --->>> =IF(AND(C1=TRUE,G1="","",MAX(B1,F1,G1))
 
B

Biff

Hi JMay,

Only if it's a Boolean. If it's "TEXT", you need them. But
that wasn't made clear by the OP.

Biff
 

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

Top