Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
bem
 
Posts: n/a
Default Separating Over/Short Amts.

I have a spreadsheet that compares daily sales with money received. The last
column calculates whether the cash register was "over" or "short" for that
day. I would like to add separate cells to total the "over"/"short" amount
for the month. How could I do this?

Ex:
Over/Short
(2.50)
(.75)
1.00

O.K.--The total over/short is ($2.25). But what I need is:
Total Over: 1.00
Total Short: (3.25)

This seems as if it should be simple to do--unfortunately not simple enough
for me to figure out. Any help would be greatly appreciated. Thanks.
  #2   Report Post  
Biff
 
Posts: n/a
Default

Hi!

If your negative numbers are really numbers formatted as (1234):

Over:

=SUMIF(A1:A20,"0")

Short:

=SUMIF(A1:A20,"<0")

Biff

"bem" wrote in message
...
I have a spreadsheet that compares daily sales with money received. The
last
column calculates whether the cash register was "over" or "short" for that
day. I would like to add separate cells to total the "over"/"short"
amount
for the month. How could I do this?

Ex:
Over/Short
(2.50)
(.75)
1.00

O.K.--The total over/short is ($2.25). But what I need is:
Total Over: 1.00
Total Short: (3.25)

This seems as if it should be simple to do--unfortunately not simple
enough
for me to figure out. Any help would be greatly appreciated. Thanks.



  #3   Report Post  
bem
 
Posts: n/a
Default

Biff--Genius you are!! I have never seen that function before. It is
exactly what I needed--and simple too.

Thanks
bem

"Biff" wrote:

Hi!

If your negative numbers are really numbers formatted as (1234):

Over:

=SUMIF(A1:A20,"0")

Short:

=SUMIF(A1:A20,"<0")

Biff

"bem" wrote in message
...
I have a spreadsheet that compares daily sales with money received. The
last
column calculates whether the cash register was "over" or "short" for that
day. I would like to add separate cells to total the "over"/"short"
amount
for the month. How could I do this?

Ex:
Over/Short
(2.50)
(.75)
1.00

O.K.--The total over/short is ($2.25). But what I need is:
Total Over: 1.00
Total Short: (3.25)

This seems as if it should be simple to do--unfortunately not simple
enough
for me to figure out. Any help would be greatly appreciated. Thanks.




  #4   Report Post  
Biff
 
Posts: n/a
Default

Glad I could help. Thanks for the feedback.

Biff

"bem" wrote in message
...
Biff--Genius you are!! I have never seen that function before. It is
exactly what I needed--and simple too.

Thanks
bem

"Biff" wrote:

Hi!

If your negative numbers are really numbers formatted as (1234):

Over:

=SUMIF(A1:A20,"0")

Short:

=SUMIF(A1:A20,"<0")

Biff

"bem" wrote in message
...
I have a spreadsheet that compares daily sales with money received. The
last
column calculates whether the cash register was "over" or "short" for
that
day. I would like to add separate cells to total the "over"/"short"
amount
for the month. How could I do this?

Ex:
Over/Short
(2.50)
(.75)
1.00

O.K.--The total over/short is ($2.25). But what I need is:
Total Over: 1.00
Total Short: (3.25)

This seems as if it should be simple to do--unfortunately not simple
enough
for me to figure out. Any help would be greatly appreciated. Thanks.






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Separating Numbers Himu Excel Worksheet Functions 7 June 2nd 05 05:20 AM
Separating worksheets into new workbooks Rob V Excel Discussion (Misc queries) 2 February 11th 05 03:03 PM
Separating strings into different columns from one cell Melanie O Excel Worksheet Functions 2 January 27th 05 04:20 PM
Separating data ( 1 time range) in one column Steve Excel Worksheet Functions 2 January 25th 05 07:59 PM
Separating text PDJ Excel Worksheet Functions 1 January 18th 05 11:34 PM


All times are GMT +1. The time now is 10:53 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"