Apple Numbers: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
(Created page with " extract strings: = MID("string",start,count) concat ="string"&"string" convert a string into a date =DATEVALUE("string")")
 
No edit summary
 
Line 2: Line 2:
extract strings:
extract strings:


  = MID("string",start,count)
  =MID("string",start,count)


concat
concat

Latest revision as of 04:58, 7 August 2022

extract strings:

=MID("string",start,count)

concat

="string"&"string"

convert a string into a date

=DATEVALUE("string")