Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have a spreadsheet that has multiple lines of data in single cells. How
can I find those cells, either using the Find dialog box or a formula? |
#2
![]() |
|||
|
|||
![]()
Hi Bill,
To use FIND (Ctrl+F) dialog you can code CHAR(10) the New Line as Alt+0010 be sure to use the numeric keypad with number on on a laptop On a laptop use Fn+Alt+0010 on numeric keypad with NumLock off. In a Worksheet Formula you would use CHAR(10), and in VBA you would use CHR(10) The following web page may be of assistance with similar things Symbols for HTML and Excel use http://www.mvps.org/dmcritchie/rexx/htm/symbols.htm Similar problems you may encounter a Escape characters in formats and in System Search use a backslash (in Unix it is escape character for #,@, and $), in Find/Replace use a tilde. to search for * or ? or ~, you enter it as ~*, ~? and ~~, respectively. In headers and footers to see an ampersand (&) double them as in AT&&T. Double quotes with double quotes are doubled. --- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "Bill Sturdevant" wrote ... I have a spreadsheet that has multiple lines of data in single cells. How can I find those cells, either using the Find dialog box or a formula? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I count how many grey-filled cells are in a row ? | Excel Worksheet Functions | |||
Excel has a "Find Next" command but no "Find Previous" command. | Excel Discussion (Misc queries) | |||
To safety merge cells without data destroyed, and smart unmerge! | Excel Discussion (Misc queries) | |||
Protected cells -automatically format to a different color | Excel Discussion (Misc queries) | |||
stop excel from shifting cells up when a query returns no data | Excel Worksheet Functions |