View Single Post
  #3   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.worksheet.functions
stef stef is offline
external usenet poster
 
Posts: 20
Default getting XL to recognize lower from upper case in IF formula

Perhaps I should add the D3 is the result of a formula in same cell so
it may be creating this problem?
Is the use of INDIRECT indicated perhaps?

stef wrote:
Excel 2002 SP3
Win XP Pro SP2

*Follow-up to: microsoft.public.excel*

Hi,
I have an IF formula where =IF(LEFT(D3,3)="ABc",(B3*C3)/50,B3*C3)
When LEFT(D3,3)="ABC", unfortunately, it seems XL does not see the
difference between the lower case "c" in former example and upper case
"C" in latter example.
Is it me?
Can I get around this?