Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,358
Default 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.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default 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.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default 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.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to find number in a cell , a cell contains character data ornumeric data [email protected] Excel Worksheet Functions 3 February 19th 08 07:29 PM
Compare Data on Two Spreadsheets to Put Input Into One Cell Rob Excel Worksheet Functions 2 April 21st 07 08:02 PM
how to compare cell content to a row pf data in excel and return . Abdel Excel Discussion (Misc queries) 0 December 12th 06 09:43 PM
Using IF statement compare cell ID with data in another column tru connie Excel Worksheet Functions 3 July 21st 06 07:50 PM
Compare data - one cell to multiple cells srs710 Excel Discussion (Misc queries) 1 July 20th 05 11:43 AM


All times are GMT +1. The time now is 09:04 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"