Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello
I've currently got a condition as: Cell Value = CN, applied to $H:$H (ie a whole col) but I'd like to change that to "If first character of cell = C". Haven't done this for so long that I can't seem to get the formula right. :( Help? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Rob,
Am Fri, 28 Mar 2014 14:12:24 -0700 (PDT) schrieb Rob Nance: I've currently got a condition as: Cell Value = CN, applied to $H:$H (ie a whole col) but I'd like to change that to "If first character of cell = C". Haven't done this for so long that I can't seem to get the formula right. :( Help? try in conditional formatting "Formula to determine..." and enter the formula: =LEFT(H1,1)="C" Regards Claus B. -- Vista Ultimate SP2 / Windows7 SP1 Office 2007 Ultimate SP3 / 2010 Professional |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Friday, 28 March 2014 21:19:22 UTC, Claus Busch wrote:
Hi Rob, Am Fri, 28 Mar 2014 14:12:24 -0700 (PDT) schrieb Rob Nance: I've currently got a condition as: Cell Value = CN, applied to $H:$H (ie a whole col) but I'd like to change that to "If first character of cell = C". Haven't done this for so long that I can't seem to get the formula right. :( Help? try in conditional formatting "Formula to determine..." and enter the formula: =LEFT(H1,1)="C" Regards Claus B. -- Vista Ultimate SP2 / Windows7 SP1 Office 2007 Ultimate SP3 / 2010 Professional Thanks, Claus. Worked for that condition and I've amended it accordingly for other conditions in the column and it seems to be working for them too - so far! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro Amendment. | Excel Worksheet Functions | |||
Ron deBruins copy5 code amendment | Excel Programming | |||
AMENDMENT IN MACRO | Excel Programming | |||
Formula amendment to not remove digits | Excel Worksheet Functions | |||
Copy module with code - amendment | Excel Programming |