I am creating a quote template and I want the quote number to be automatically added for me incremented as well
Welcome to the Spreadsheet community @Thuven_Moodley !
For monotonically increasing ID’s within a workbook sheet, request you to consider SSDC data-type: Autonumber
These are system generated values for each worksheet row, which are guaranteed to be unique within a sheet & sequentially incrementing.
However, if the requirement is to generate unique quote numbers across workbook sheets, as of now we do not have an out-of-box solution.