![]() |
How do I compare the data in Cell A1 with the data in Cell A2
I know this is probably real simple. I need a way to compare data in cell A1
with data in cell B1 and give me a true / false response in cell C1. |
How do I compare the data in Cell A1 with the data in Cell A2
=IF(A1=B1,TRUE,FALSE)
-- John C "dfwguy" wrote: I know this is probably real simple. I need a way to compare data in cell A1 with data in cell B1 and give me a true / false response in cell C1. |
How do I compare the data in Cell A1 with the data in Cell A2
Maybe a bit shorter
=A1=B1 Mike "John C" wrote: =IF(A1=B1,TRUE,FALSE) -- John C "dfwguy" wrote: I know this is probably real simple. I need a way to compare data in cell A1 with data in cell B1 and give me a true / false response in cell C1. |
How do I compare the data in Cell A1 with the data in Cell A2
Thanks a Million!!
"John C" wrote: =IF(A1=B1,TRUE,FALSE) -- John C "dfwguy" wrote: I know this is probably real simple. I need a way to compare data in cell A1 with data in cell B1 and give me a true / false response in cell C1. |
All times are GMT +1. The time now is 08:41 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com