M
Mark74w1
This won't work:
=SUM(T8:U27)-(IF(ISBLANK('Cost Plus Invoice'!O8:O1500)," ",('Cost Plu
Invoice'!T8:U1500)))
This formula means,
The sum of T8:T27 (less) the sum of 'Cost Plus Invoice'!T8:U1500 onl
when cells 'Cost Plus Invoice'!O8:O1500 are empty.
In other words:
If the cell in row "o8" of sheet (Cost plus invoice) is empty, the
amount in
row T8 will be subtracted from the amount in the cell that has th
formula =sum(T8:U27)
Again, I'm sure it's a simple fix but I haven't been able to figure i
out.
I tried a round about in my negative into positive # help request. bu
that seems to be the wrong approach.
I truly appreciate all the help I've been receiving in my quest t
finish this rather elaborate spreadsheet.
Thanks, Mar
=SUM(T8:U27)-(IF(ISBLANK('Cost Plus Invoice'!O8:O1500)," ",('Cost Plu
Invoice'!T8:U1500)))
This formula means,
The sum of T8:T27 (less) the sum of 'Cost Plus Invoice'!T8:U1500 onl
when cells 'Cost Plus Invoice'!O8:O1500 are empty.
In other words:
If the cell in row "o8" of sheet (Cost plus invoice) is empty, the
amount in
row T8 will be subtracted from the amount in the cell that has th
formula =sum(T8:U27)
Again, I'm sure it's a simple fix but I haven't been able to figure i
out.
I tried a round about in my negative into positive # help request. bu
that seems to be the wrong approach.
I truly appreciate all the help I've been receiving in my quest t
finish this rather elaborate spreadsheet.
Thanks, Mar