I am trying to make this formula shown below return a blank cell instead of 0
if there is no data to be counted thus yet.
For awareness this worksheet is calculating average profit per day in each different month, obviously, as we are not yet in June there is no data, hence I would like it to return a blank value.
I cannot use custom number formats to hide the 0
as at the bottom of all the months, they are averaged and this gives an inaccurate answer.
=SUMIFS('SHARES LOG'!L:L,'SHARES LOG'!P:P,">="&DATE(2021,6,1),'SHARES LOG'!P:P,"<="&DATE(2021,6,30))/30
If anyone could tweak this that would be great.