View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob I Bob I is offline
external usenet poster
 
Posts: 2,819
Default True/False Comparison

If(a1=b1,"True","False")

Randy wrote:

I have column A and Column B populated with dates. Through a formula, In
column C, i want to indicate "true" if the two dates are the same and
"false" if the two dates are different.