I got column A with contract values (in dollars) and column B with the amount invoiced in a month. The column B will have both the numeric values (in dollars) and percentages with respect to the contract value (same row in column A).
I have a formula to get the total sum of amount invoiced in a month in column B as below:
=SUM(IF(B:B<=1,B:B*A:A,0),IF(B:B>1,B:B))
But the formula that I got doesn't work when I use filters on the list. Will subtotal work on arrays in anyway?
I have a formula to get the total sum of amount invoiced in a month in column B as below:
=SUM(IF(B:B<=1,B:B*A:A,0),IF(B:B>1,B:B))
But the formula that I got doesn't work when I use filters on the list. Will subtotal work on arrays in anyway?