View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
RagDyeR RagDyeR is offline
external usenet poster
 
Posts: 3,572
Default Cause formulae totals to reflect negative and positive amount inpu

Since each formula is *not* calculating the same way, and returning
different results, I guess it's up to the OP on exactly what he's looking
for.
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Dave Peterson" wrote in message
...
Or maybe...

=K8+Y6-SUM(abs(L8:X8))
(as an array formula)



RagDyer wrote:

Try these:

=K8+Y6-ABS(SUM(L8:X8))

=AA6+Y8-ABS(Z8)
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"lawrencae" wrote in message
...
I have these two formulae, =K8+Y6-SUM(L8:X8) and =SUM(AA6+Y8-Z8), in an
accounting spread sheet. How can these formulae be made to reflect
both
negative and positive amounts in the data cells they drawing data from.

As it stands now, if a given cell has a negative amount in it, e.g., P8
is
(2100.00), that negative amount is converted to a positive amount by
both
formulae, thus a positive 2100.00 is added to the total rather than
subtracting the negative (2100.00) showing in cell P8.



--

Dave Peterson