Difference between revisions of "Manuals/calci/PHONETIC"

From ZCubes Wiki
Jump to navigation Jump to search
Line 11: Line 11:
  
 
==Examples==
 
==Examples==
# PHONETIC("Today") = T  O  D  A  Y
+
# PHONETIC("Today") = TANGO OSCAR DELTA ALPHA YANKEE
# PHONETIC("dream big") = D  R  Echo  A  M  Blank  B  I  G
+
# PHONETIC("dream big") = DELTA ROMEO ECHO ALPHA MIKE BLANK BRAVO INDIA GOLF
# PHONETIC("nothing is impossible") = N  O  T  H  I  N  G  Blank  I  S  Blank  I  M  P  O  S  S  I  B  L  Echo
+
# PHONETIC("nothing is impossible") = NOVEMBER OSCAR TANGO HOTEL INDIA NOVEMBER GOLF BLANK INDIA SIERRA BLANK INDIA MIKE PAPA OSCAR SIERRA SIERRA INDIA BRAVO LIMA ECHO
  
 
==See Also==
 
==See Also==

Revision as of 16:20, 6 April 2018

PHONETIC (String,Mode)


  • is any string.


Description

  • This function shows the description of the phonetics for the given string.
  • In , is any string.
  • Phonetic function is used to extracts the phonetic characters from a text string.
  • The given string may be text string or a reference to a single cell or a range of cells that contain a continuous set of string.
  • PHONETIC function ignore error values, logical values, formula, date values, time values, and numbers, only text can be joined.

Examples

  1. PHONETIC("Today") = TANGO OSCAR DELTA ALPHA YANKEE
  2. PHONETIC("dream big") = DELTA ROMEO ECHO ALPHA MIKE BLANK BRAVO INDIA GOLF
  3. PHONETIC("nothing is impossible") = NOVEMBER OSCAR TANGO HOTEL INDIA NOVEMBER GOLF BLANK INDIA SIERRA BLANK INDIA MIKE PAPA OSCAR SIERRA SIERRA INDIA BRAVO LIMA ECHO

See Also

References