PC Review


Reply
Thread Tools Rate Thread

compare three cells

 
 
gcotterl
Guest
Posts: n/a
 
      10th Sep 2010
B1, D1 and F1 contains alphanumeric data. For example: 123456789-1

A1 contains =IF(A1=C1=E1,"YES","NO")

But "NO" is returned.

How can verify whether or the contents of contains of cells B1, D1 and
F1 are the same?

 
Reply With Quote
 
 
 
 
Gord Dibben
Guest
Posts: n/a
 
      10th Sep 2010
Looks like some typos.

How can you have a formula in A1 refer to A1?

What do C1 and E1 have to do with anything?

Perhaps you meant something like this...........

Entered in A1...................=IF(AND(B1=D1,B1=F1),"yes","no")


Gord Dibben MS Excel MVP


On Thu, 9 Sep 2010 17:24:09 -0700 (PDT), gcotterl <(E-Mail Removed)>
wrote:

>B1, D1 and F1 contains alphanumeric data. For example: 123456789-1
>
>A1 contains =IF(A1=C1=E1,"YES","NO")
>
>But "NO" is returned.
>
>How can verify whether or the contents of contains of cells B1, D1 and
>F1 are the same?

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Compare 1 cell to column of cells returning adjacent cells info? Mr. Fine Microsoft Excel Worksheet Functions 1 15th Apr 2010 07:36 PM
Compare 4 cells John Microsoft Access 1 10th Jul 2008 02:09 PM
How do I compare cells and if FALSE compare to next cell in EXCEL =?Utf-8?B?Q2luZGll?= Microsoft Excel Worksheet Functions 0 24th Mar 2006 05:29 PM
Compare two cells from reference cells =?Utf-8?B?TWlrZSBL?= Microsoft Excel Worksheet Functions 2 26th Nov 2005 02:07 PM
Compare 2 cells in 2 worksheets, rewrite one of the cells dbomb Microsoft Excel Programming 1 28th Sep 2004 09:16 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:40 PM.