Identify the correct syntax of the function in Calc used to convert the text "ASIA" into lowercase letters.
Answers
Answered by
0
Answer:
=lower(ASIA)
Syntax Rules
The action of this Plugin is triggered two macros:
The %CALC{"..."}% macro, which gets rendered according to the built-in function(s) found between the quotes. This macro processes tables above it on the page, but must not span multiple lines.
The %CALCULATE{"..."}% macro can span multiple lines, but does not process tables on the page.
Unless there is a requirement to process table rows, %CALCULATE{"..."}% is the preferred form of the macro.
Similar questions