Download as xlsx, pdf, or txt
Download as xlsx, pdf, or txt
You are on page 1of 3

Arguments Formula

=XL.StringFormat("Dear {0}, your Order #{1} is


Paul confirmed", A2,A3)
123

=XL.StringFormat("Today is week #{0} and the


4/4/2023 random number is {1}", WEEKNUM(A4),A5)
70
Result Description

Placeholders are filled with arguments:


Dear Paul, your Order #123 is confirmed {0} = value in cell A2
{1} = value in cell A3

Placeholders are filled with arguments:


#NAME? {0} = result of the formula WEEKNUM(A4)
{1} = value in cell A5
XL.StringFormat function
This workbook demonstrates the use of the XL.StringFormat function

Last updated: March 2021


Download from the source: https://xltools.net/xl-functions/string-format/

You might also like