This formula is nearly complete, I am just missing a small part of it that I cannot see!
I want cell A19
to SUM
column K:K
if column A:A
contains either OPEN
OR CLOSED
.
What is it I am missing?
The formula works if only counting CLOSED
or OPEN
however I need it to count both.
The current formula in A19
:
=IF(COUNT(A9)=1,TEXT(SUMIF('SPREADS LOG'!A:A,("CLOSED"),'SPREADS LOG'!K:K)," £ #,##0.00")&" / "&TEXT(SUM(SUMIF('SPREADS LOG'!A:A,{"CLOSED","OPEN"},'SPREADS LOG'!K:K)," £ #,##0.00"),""))
Note I need to keep the oddities of /
in the formula as it is doing two separate calculations and I would like them to be displayed as 1234 / 5678