Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I would like to count the number of a particular character within a cell. In
the cell are store numbers/names separated by the | character. The store number/name represents a stop that the truck made. There is always one more | character than stops. An example is: PER | R7 | PER is one stop at R7. Another example is: BAK | 80 | 42 | BAK is 2 stops- one at 80 and one at 42. Yes there is a space before and after the | character and PER or BAK is where the truck started and ended. Thank you for any help. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Not sure from message what to count.
This =LEN(A2)-LEN(SUBSTITUTE(A2,"|","")) counts number of | charters in A2's value So =LEN(A2)-LEN(SUBSTITUTE(A2,"|","")) -1 counts stops? best wishes -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "Kelli" wrote in message ... I would like to count the number of a particular character within a cell. In the cell are store numbers/names separated by the | character. The store number/name represents a stop that the truck made. There is always one more | character than stops. An example is: PER | R7 | PER is one stop at R7. Another example is: BAK | 80 | 42 | BAK is 2 stops- one at 80 and one at 42. Yes there is a space before and after the | character and PER or BAK is where the truck started and ended. Thank you for any help. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Bernard,
Thank you. It works and "|" is the correct character. Kelli "Bernard Liengme" wrote: Not sure from message what to count. This =LEN(A2)-LEN(SUBSTITUTE(A2,"|","")) counts number of | charters in A2's value So =LEN(A2)-LEN(SUBSTITUTE(A2,"|","")) -1 counts stops? best wishes -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "Kelli" wrote in message ... I would like to count the number of a particular character within a cell. In the cell are store numbers/names separated by the | character. The store number/name represents a stop that the truck made. There is always one more | character than stops. An example is: PER | R7 | PER is one stop at R7. Another example is: BAK | 80 | 42 | BAK is 2 stops- one at 80 and one at 42. Yes there is a space before and after the | character and PER or BAK is where the truck started and ended. Thank you for any help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count on cell for each time it is changed | Excel Discussion (Misc queries) | |||
count cell if value present in every other cell + criteria | Excel Worksheet Functions | |||
up to 7 functions? | Excel Worksheet Functions | |||
Match Last Occurrence of two numbers and Count to Previous Occurence | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |