![]() |
True/False Comparison
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. |
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. |
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. |
True/False Comparison
Thanks, works perfectly!
"Bob I" wrote: 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. |
True/False Comparison
Thanks, works perfectly!
"FSt1" wrote: 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. |
True/False Comparison
=A2=B2
-- David Biddulph "Randy" wrote in message ... 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. |
All times are GMT +1. The time now is 10:59 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com