Design Excel Sum Formula
CodingPhoneSoftware EngineerReported Jun, 2025Medium Frequency
Examples
Example 1:
Input: ["Excel", "set", "sum", "set", "get"]
[[3, "C"], [1, "A", 2], [3, "C", ["A1", "A1:B2"]], [2, "B", 2], [3, "C"]]
Output: [null, null, 4, null, 6]
Explanation: