I am making a spreadsheet to organise when rent is paid. Because the rent is paid on different days and figures in the month I created the formula to show the total they have paid each month.
=SUMPRODUCT((MONTH(D8:D250)=1)*(YEAR(D8:D250)=2018)*(E8:E250))
At the moment if nothing is written in the cells, e.g for July, this is showing as £0. I am trying to add to this formula so that the cell remains blank.
I have used the conditional formatting to make the writing clear however I want a running balance of what they owe so this isnt any good.
=SUMPRODUCT((MONTH(D8:D250)=1)*(YEAR(D8:D250)=2018)*(E8:E250))
At the moment if nothing is written in the cells, e.g for July, this is showing as £0. I am trying to add to this formula so that the cell remains blank.
I have used the conditional formatting to make the writing clear however I want a running balance of what they owe so this isnt any good.