Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Say you have a "<" sign in cell A1
And cell B1 contains "=A1". Now, if I use an IF function that says =IF(A1="<","Curly","Larry") I get Curly. But if the IF function references B1, I get Larry. So it seems that EXCEL 2003 is not smart enough to know that the value of B1 is actually "<". How can I fix this so that when I reference Cell B1 I get Curly. Thanks, Gary |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Works by me (Excel 2000 - Win XP Pro)
HTH -- AP "Gary" a écrit dans le message de news: ... Say you have a "<" sign in cell A1 And cell B1 contains "=A1". Now, if I use an IF function that says =IF(A1="<","Curly","Larry") I get Curly. But if the IF function references B1, I get Larry. So it seems that EXCEL 2003 is not smart enough to know that the value of B1 is actually "<". How can I fix this so that when I reference Cell B1 I get Curly. Thanks, Gary |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It works also on my Excel 2003 SP2 (Italian version)
Ardus Petus wrote: Works by me (Excel 2000 - Win XP Pro) HTH "Gary" a écrit dans le message de news: ... Say you have a "<" sign in cell A1 And cell B1 contains "=A1". Now, if I use an IF function that says =IF(A1="<","Curly","Larry") I get Curly. But if the IF function references B1, I get Larry. So it seems that EXCEL 2003 is not smart enough to know that the value of B1 is actually "<". How can I fix this so that when I reference Cell B1 I get Curly. Thanks, Gary -- (I'm not sure of names of menus, options and commands, because translating from the Italian version of Excel...) Hope I helped you. Thanks in advance for your feedback. Ciao Franz Verga from Italy |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Works OK for me (XL2003)
"Ardus Petus" wrote: Works by me (Excel 2000 - Win XP Pro) HTH -- AP "Gary" a écrit dans le message de news: ... Say you have a "<" sign in cell A1 And cell B1 contains "=A1". Now, if I use an IF function that says =IF(A1="<","Curly","Larry") I get Curly. But if the IF function references B1, I get Larry. So it seems that EXCEL 2003 is not smart enough to know that the value of B1 is actually "<". How can I fix this so that when I reference Cell B1 I get Curly. Thanks, Gary |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Works in all versions, I suspect the OP has some hidden space(s) in A1
=IF(TRIM(A1)="<","Curly","Larry") would fend off spaces -- Regards, Peo Sjoblom Excel 95 - Excel 2007 Northwest Excel Solutions www.nwexcelsolutions.com "It is a good thing to follow the first law of holes; if you are in one stop digging." Lord Healey "Ardus Petus" wrote in message ... Works by me (Excel 2000 - Win XP Pro) HTH -- AP "Gary" a écrit dans le message de news: ... Say you have a "<" sign in cell A1 And cell B1 contains "=A1". Now, if I use an IF function that says =IF(A1="<","Curly","Larry") I get Curly. But if the IF function references B1, I get Larry. So it seems that EXCEL 2003 is not smart enough to know that the value of B1 is actually "<". How can I fix this so that when I reference Cell B1 I get Curly. Thanks, Gary |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying a work sheet cell reference as relative not absolute? | Excel Discussion (Misc queries) | |||
indirect function to reference cell on different sheet | Excel Worksheet Functions | |||
How can I reference a cell as the criteria in a count if function. | Excel Discussion (Misc queries) | |||
Possible Lookup Table | Excel Worksheet Functions | |||
Using result from ADDRESS function as a cell reference itself | Excel Worksheet Functions |