Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a spreadsheet where i need to count the number of the letter "T" in a
row. One row in particular however, will default to "Tue" as though I am entering a day of the week. Subsequently, the totals column will not recognize this cell and count the contents, even when I do backspace to get just the "T" What am I doing wrong?? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Say that cell is A1. In some blank cell enter "=Len(A1)" without the
quotes. If you get a number greater than 1 then you have spaces (probably) before or after the T. You can remove the spaces manually or use a formula like =Trim(A1). Post back if you need more. HTH Otto "JDay" wrote in message ... I have a spreadsheet where i need to count the number of the letter "T" in a row. One row in particular however, will default to "Tue" as though I am entering a day of the week. Subsequently, the totals column will not recognize this cell and count the contents, even when I do backspace to get just the "T" What am I doing wrong?? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to calculate the next Tuesday | Excel Discussion (Misc queries) | |||
If Tuesday subtract 4 (Formulas) | Excel Discussion (Misc queries) | |||
Calculating Patch Tuesday | Excel Worksheet Functions | |||
Every 1st, 3rd, 5th Tuesday | Excel Worksheet Functions | |||
12/31/2005 = TUESDAY? | Excel Discussion (Misc queries) |