basic formula

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
This is possibly very simple but for some reason I just dont get it. I have
3 columns
A B C
2 3 formula

A & B have numbers and in C I need a formula to say '1' if A is greater than
B and 0 if B is greater than A

Many thanks
 
Hi cjrolls.

Try:
=(A1>B1)^1
where A1 & B1 are your cell references.

Cheers
 
=--A1>B1

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)
 

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