View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
FSt1 FSt1 is offline
external usenet poster
 
Posts: 3,942
Default True/False Comparison

hi
=if(A2=B2,"True","False")

regards
FSt1

"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.