As explained in this other Answer, SheetName!A1 = cell A1 in the worksheet called "SheetName" (without quotations).
Say the name for my worksheet is very long. Without shortening "SheetName" and writing out expressly "SheetName", what's a more efficient way to refer to it? Is it possible to designaet "SheetName" by "S" and then input S!A1?