Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I know it is simple, but I'm blanked out...........
How do I count the number of cells that have an "*" as the last character? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I know it is simple, but I'm blanked out...........
How do I count the number of cells that have an "*" as the last character? Try this... =COUNTIF(A1:A6,"*~*") Set your range accordingly. Rick |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
Try =COUNTIF(A1:A100,"=*~*") -- Regards Roger Govier "JVANWORTH" wrote in message ... I know it is simple, but I'm blanked out........... How do I count the number of cells that have an "*" as the last character? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks
"Roger Govier" wrote: Hi Try =COUNTIF(A1:A100,"=*~*") -- Regards Roger Govier "JVANWORTH" wrote in message ... I know it is simple, but I'm blanked out........... How do I count the number of cells that have an "*" as the last character? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks
"Rick Rothstein (MVP - VB)" wrote: I know it is simple, but I'm blanked out........... How do I count the number of cells that have an "*" as the last character? Try this... =COUNTIF(A1:A6,"*~*") Set your range accordingly. Rick |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Here's another way just in case you forget to define the * as a text
character by preceding it with the ~: =SUMPRODUCT(--(RIGHT(A1:A10)="*")) -- Biff Microsoft Excel MVP "JVANWORTH" wrote in message ... I know it is simple, but I'm blanked out........... How do I count the number of cells that have an "*" as the last character? |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks for that explanation of *~*
"T. Valko" wrote: Here's another way just in case you forget to define the * as a text character by preceding it with the ~: =SUMPRODUCT(--(RIGHT(A1:A10)="*")) -- Biff Microsoft Excel MVP "JVANWORTH" wrote in message ... I know it is simple, but I'm blanked out........... How do I count the number of cells that have an "*" as the last character? |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome!
-- Biff Microsoft Excel MVP "gwen" wrote in message ... Thanks for that explanation of *~* "T. Valko" wrote: Here's another way just in case you forget to define the * as a text character by preceding it with the ~: =SUMPRODUCT(--(RIGHT(A1:A10)="*")) -- Biff Microsoft Excel MVP "JVANWORTH" wrote in message ... I know it is simple, but I'm blanked out........... How do I count the number of cells that have an "*" as the last character? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting Cells w/ a certain character in them? | Excel Discussion (Misc queries) | |||
Counting specific character in text string | Excel Worksheet Functions | |||
Excel-Match 1st text character in a string to a known character? | Excel Worksheet Functions | |||
Finding/counting a given character within a cell | Excel Worksheet Functions | |||
COUNTIF not counting properly!! Character limit? | Excel Worksheet Functions |