Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Excel 2002 ( 10.6789.6714 ) SP3
when I was attempting to check if two cells had the same text , I was getting false negatives when the two cells compared have the text MAJOR in the cell Is major a keyword and somehow not matching correctly? I have other comparisons which are successfully with MINOR , CRITICAL . I am using the function as follows =EXACT(B2,E2) I also attempted to enter the text manually in two cells and that comparison failed. I was importing data on original attempt. suggestions ? comments ? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try:
=Exact(trim(B2),trim(E2)) to remove leading/trailing blanks. "Nfld Son" wrote: Excel 2002 ( 10.6789.6714 ) SP3 when I was attempting to check if two cells had the same text , I was getting false negatives when the two cells compared have the text MAJOR in the cell Is major a keyword and somehow not matching correctly? I have other comparisons which are successfully with MINOR , CRITICAL . I am using the function as follows =EXACT(B2,E2) I also attempted to enter the text manually in two cells and that comparison failed. I was importing data on original attempt. suggestions ? comments ? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() that worked, thanks ! "Toppers" wrote: try: =Exact(trim(B2),trim(E2)) to remove leading/trailing blanks. "Nfld Son" wrote: Excel 2002 ( 10.6789.6714 ) SP3 when I was attempting to check if two cells had the same text , I was getting false negatives when the two cells compared have the text MAJOR in the cell Is major a keyword and somehow not matching correctly? I have other comparisons which are successfully with MINOR , CRITICAL . I am using the function as follows =EXACT(B2,E2) I also attempted to enter the text manually in two cells and that comparison failed. I was importing data on original attempt. suggestions ? comments ? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
resetting last cell | Excel Discussion (Misc queries) | |||
Urgent date/scheduling calc needed | Excel Worksheet Functions | |||
How do I compare the entry in one cell against all other cells | Excel Discussion (Misc queries) | |||
Instead of a negative number, I'd like to show zero... | Excel Worksheet Functions | |||
Possible Lookup Table | Excel Worksheet Functions |