Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I am using a large spreadsheet and i need to flag the text cells that have
over 40 charactors in them can anyone please help. |
#2
![]() |
|||
|
|||
![]()
use an adjacent column of cells:
=len(a1) Then you can filter based on that column. Or use format|conditional formatting I selected my range (and had A1 the active cell). format|conditional formatting formula is: =LEN(A1)40 and gave it a nice pattern. or you may want to use data|validation to try to stop it when they're entering the data. Lisa wrote: I am using a large spreadsheet and i need to flag the text cells that have over 40 charactors in them can anyone please help. -- Dave Peterson |
#3
![]() |
|||
|
|||
![]()
Many Thanks, was a great help.
Lisa "Dave Peterson" wrote: use an adjacent column of cells: =len(a1) Then you can filter based on that column. Or use format|conditional formatting I selected my range (and had A1 the active cell). format|conditional formatting formula is: =LEN(A1)40 and gave it a nice pattern. or you may want to use data|validation to try to stop it when they're entering the data. Lisa wrote: I am using a large spreadsheet and i need to flag the text cells that have over 40 charactors in them can anyone please help. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Merging cells and text wrap | New Users to Excel | |||
stopping pasted text deliminate across multiple cells | Excel Discussion (Misc queries) | |||
Counting Occurrence of Text within Text in Cells in Range. | Excel Worksheet Functions | |||
Text shown up in other cells everytime a text is entered in 1 cell | Excel Discussion (Misc queries) | |||
linking cells in Excel 2003. How to not truncate to 255 characters. | Excel Discussion (Misc queries) |