Forum Discussion

rcortesim's avatar
rcortesim
Copper Contributor
Jan 07, 2022
Solved

Sum two cells by a value per each month in a single cell

I've not yet found an article that sums in a single cell for each month. The only ones I've read put the dates on separate rows, but that isn't what I'm trying to do. Hopefully, there is a formula th...
  • PeterBartholomew1's avatar
    Jan 07, 2022

    rcortesim 

    If cell contains user input it is illegal to also have a formula because that would change the input.  If the month were derived from a formula, then something of the form

    = input + 2*MONTH(TODAY())

    is possible ('input' here referring to the content of cell A1).

Resources