After inserting an operation or function, specify the data or object values to use. These values are represented by placeholders. The placeholders used depend on the function you inserted. See Placeholders.
Follow these conventions with functions:
Place the name of the objects whose values you use in quotation marks (“”). For example, this formula inserts the current score of the Sales scorecard:sScorecard(“Sales”)
Place functions that insert values for other objects between brackets ( ).
Insert two close brackets )), after object names.