View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom Peo Sjoblom is offline
external usenet poster
 
Posts: 3,268
Default How do I ask a cell to look only at the first character in a c

If you copy down the formula it will parse the first character
I am assuming you want to count A, H and V only if they are the first
character

A-LA41-09-92256

would be 1, correct?



--
Regards,

Peo Sjoblom


"soconfused" wrote in message
...
Can I get them separated? Like the A's in one row, the H's in another row
and so on?
--
DMM


"Peo Sjoblom" wrote:

You can't use the same cell, you would need a help cell

=IF(OR(LEFT(C2)="A",LEFT(C2)="H"),1,"")



--
Regards,

Peo Sjoblom



"soconfused" wrote in message
...
I am trying to look at a cell and put a #1 in it:

Example Column C = A-LA41-09-92256 I need a formula
here
to put a # 1 if the value is A- or H-

Thanks in advance.

DMM