В Google Таблицах я пытаюсь найти способ добавить определенное количество месяцев к ячейке , что даст мне месяц из года. Я не хочу добавлять несколько месяцев и получать общее количество месяцев.
[Example of what I want to do]
Cell A1 = 6 (As in the month of June)
Cell A2 = 10 (The number of months I want to add to A1)
Logic that I want: Cell A3 = A1 + A2 = 4 (As in the month of April of the following year)
[Example of what I don't want to do]
Cell A1 = 6 (as in the month of June)
Cell A2 = 10 (The number of months I want to add to A1)
Logic that I don't want: Cell A3 = A1 + A2 = 16
Возможно ли это?