Cell references can be confusing, especially when you're working with formulas. However, cell and range names can help. You can define a name for a cell, cell range, non-adjacent cells, formula, constant, or table.
For example, you could name the cell range B16:H16 “Total Sales.” Then, instead of totaling sales with the formula =SUM(B16:H16), you could use the defined name to create the more readable formula, =SUM(TotalSales).