In Excel, ranges are defined using colon ( : ) between starting and ending cells, such as A1:A10.
However, multiple ranges or distinct cells are separated by a comma, for example: =SUM(A1:A5, C1:C3).
So, when selecting multiple ranges within a formula, commas are used to distinguish them.
Hence, ranges are identified using Comma in Excel.