Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm trying to create a simple filter to return a specific text statement if
the variable begins with 'CR'. EXCEL is returning false when I believe the statement is true. Please help me see my error. If(B1 = "CR*), then P = HQ else P = OC |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
IF(Left(B1,2)="CR", your results
Not sure what P is.. P1? Then, P1="HQ",P1="OC") "ttp" wrote: I'm trying to create a simple filter to return a specific text statement if the variable begins with 'CR'. EXCEL is returning false when I believe the statement is true. Please help me see my error. If(B1 = "CR*), then P = HQ else P = OC |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
one way
=IF(LEFT(B1,2)="CR","HQ","OC") "ttp" wrote in message ... I'm trying to create a simple filter to return a specific text statement if the variable begins with 'CR'. EXCEL is returning false when I believe the statement is true. Please help me see my error. If(B1 = "CR*), then P = HQ else P = OC |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
Is this a formula question? If so then: =IF(LEFT(B1,2)="CR","HQ","OC") Richard "ttp" wrote in message ... I'm trying to create a simple filter to return a specific text statement if the variable begins with 'CR'. EXCEL is returning false when I believe the statement is true. Please help me see my error. If(B1 = "CR*), then P = HQ else P = OC |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
text lists - begin typing names | Excel Worksheet Functions | |||
count cells that begin with specific text | Excel Worksheet Functions | |||
Serial Numbers that begin with Text | Excel Discussion (Misc queries) | |||
advanced filter criteria "begins with" and "does not begin with" | Excel Worksheet Functions | |||
Heelp...the "begin with" custom filter does not work | Excel Discussion (Misc queries) |