Question (Conditional Formatting)

E

Erlang

I have the following data below:

Column A Column B

01/06/2006 07/01/2008

On column C I want excel to calculate if Column A >= Column B; then
"False" else "True".

How do I accomplish this?
 
Top