Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am having trouble with the if function for comparing two cells with the
same text. The function will not recognize the two cells as the same text and sends back false than true. Does anyone knows why this is happening. Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Are there are leading trailing spaces. Try
=IF(TRIM(A1)=TRIM(B1),... -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "ranwadischool" wrote in message ... I am having trouble with the if function for comparing two cells with the same text. The function will not recognize the two cells as the same text and sends back false than true. Does anyone knows why this is happening. Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
They must be the with regard to the number of trailing or leading blanks as
well as text characters -- Gary''s Student - gsnu200752 "ranwadischool" wrote: I am having trouble with the if function for comparing two cells with the same text. The function will not recognize the two cells as the same text and sends back false than true. Does anyone knows why this is happening. Thanks |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
A1: Apple
B1: apple for case sensitive use =EXACT(A1,B1) It returns FALSE for case not sensitive use =A1=B1 It returns TRUE "ranwadischool" wrote: I am having trouble with the if function for comparing two cells with the same text. The function will not recognize the two cells as the same text and sends back false than true. Does anyone knows why this is happening. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using Concatenate function to generate text in Text Box | Charts and Charting in Excel | |||
Function In A Text Box | Excel Discussion (Misc queries) | |||
Text Function | Excel Worksheet Functions | |||
using text with a function | Excel Worksheet Functions | |||
Macro or Function to make text size to suite text Length? | Excel Discussion (Misc queries) |