Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Thought I'd dust the cobwebs off this one as it seems to be very old. Suppose text1 is in A1 and text2 is in A2 . Then =a1=a2 should do the trick. If the data is the same then "True" will be displayed. If the data is different then "False" will be displayed. Regards Mick Barry You know that you are getting old, when you finally reach the top of the ladder, and find it leaning against the wrong wall. -- mickbarry ------------------------------------------------------------------------ mickbarry's Profile: http://www.excelforum.com/member.php...o&userid=31028 View this thread: http://www.excelforum.com/showthread...hreadid=493566 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
If the Text data needs to be matched exactly including the Uppercase or lowercase, then use =EXACT(A1,A2) This will return true, when text in A1 and A2 are exact match. If you dont want to do an exact match including case, then use =IF(A1=A2,"TRUE","FALSE") Regards Govind. mickbarry wrote: Thought I'd dust the cobwebs off this one as it seems to be very old. Suppose text1 is in A1 and text2 is in A2 . Then =a1=a2 should do the trick. If the data is the same then "True" will be displayed. If the data is different then "False" will be displayed. Regards Mick Barry You know that you are getting old, when you finally reach the top of the ladder, and find it leaning against the wrong wall. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Text Columns Negative Numbers Upgrade Excel? | Excel Discussion (Misc queries) | |||
Text to Columns / Importing Data | Excel Discussion (Misc queries) | |||
How can I convert entire columns of text to Uppercase in Excel? | Excel Worksheet Functions | |||
Excel text to columns | Excel Discussion (Misc queries) | |||
Excel Compare values in columns & display missing values in a new | Excel Discussion (Misc queries) |