=" " ="" <>"" <> " "

  • Thread starter s2m via OfficeKB.com
  • Start date
B

bigwheel

" " is a space, "" is null (nothing) if you enter a space in a cell, CODE(A1)
will return the value 32 whereas you get an error if the cell is blank. When
sorting, any cell with text prfixed with a space will sort lower in rank than
a cell without the space. So " zoo" will appear before "aardvark"
 
Top