FORMAT$ returns a string formatted according to instructions contained in a format expression.

Syntax

FORMAT$(ExpressionFormat$)

Arguments

Remarks

  1. The full value for all formats is returned, also if the indicated cell length is too small to contain the value. E.g.
    FORMAT$("Qnowledge Wageningen","A6") returns "Qnowledge Wageningen"
  2. Furthermore, note that by default numbers are aligned to the right and strings are aligned to the left.

 

 

Quick links: Functions overview | Attribute overview | Constants overview | Dimensions overview