ReferenceExcel FormulasSupported FormulasDUPLICATEOn this pageDUPLICATE The DUPLICATE function creates a copy of a value. Syntax =DUPLICATE(value) Parameters value: The value to duplicate Examples =DUPLICATE("Hello") // Returns "Hello"=DUPLICATE(123) // Returns 123=DUPLICATE(A1) // Returns the value of cell A1