F Function help! I have two cells!!

R

rose

I have two variables, i.e. two cells determine what is displayed... does
anyone know the formula to this...

Would be like "if A2 is = B2 AND if cell C2 = D2 then diplay E2"

=IF(A2=B2&,if(C2=D2,E2))
 
N

NBVC

rose;453434 said:
I have two variables, i.e. two cells determine what is displayed..
does
anyone know the formula to this...

Would be like "if A2 is = B2 AND if cell C2 = D2 then diplay E2"

=IF(A2=B2&,if(C2=D2,E2))

=IF(And(A2=B2,C2=D2),E2,""

--
NBV

Where there is a will there are many ways.

'The Code Cage' (http://www.thecodecage.com
 

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