Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default Subtotaling by date in a running list

I run a community center in a developing country where we do low-cost
photocopying. To help track sales I'm trying to create a sheet that looks
like:
Col A Col B Col C Col D
Date # copies price daily sub-total

Our employee enters the transactions throughout the day. I want the scheet
to automagically do the daily sub-total, without user intervention. The
number of transactions varies each day.

I'm looking for a formula for Col D that will check the date of the next row
down. If it has changed, then run sub-total for the current day's sales. If
it has not, return a null. Is that possible? I've ran a search on "date
subtotal" and looked at all the threads but haven't found my answer.

Thanks for the help!
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 367
Default Subtotaling by date in a running list

Hi Jeff

Try this in column D (assuming that the data starts in A2)
=IF(A2<A3,SUMIF($A$2:$A$10000,A2,$C$2:$C$10000)," ")
I am not sure, if you need to some calculations, but i assumed that in
Column C you have the prices which have already been calculated,
otherwise just tell me.

Cheers
Carlo


On Jan 18, 4:04*pm, Jeff S <Jeff
wrote:
I run a community center in a developing country where we do low-cost
photocopying. *To help track sales I'm trying to create a sheet that looks
like:
Col A * * Col B * * * *Col C * * *Col D
Date * * *# copies * *price * * *daily sub-total

Our employee enters the transactions throughout the day. *I want the scheet
to automagically do the daily sub-total, without user intervention. *The
number of transactions varies each day.

I'm looking for a formula for Col D that will check the date of the next row
down. *If it has changed, then run sub-total for the current day's sales.. *If
it has not, return a null. *Is that possible? *I've ran a search on "date
subtotal" and looked at all the threads but haven't found my answer.

Thanks for the help!


  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 5
Default Subtotaling by date in a running list

Carlo,
That's beatiful! Thank so you much. It works perfectly!

Jeff

"carlo" wrote:

Hi Jeff

Try this in column D (assuming that the data starts in A2)
=IF(A2<A3,SUMIF($A$2:$A$10000,A2,$C$2:$C$10000)," ")
I am not sure, if you need to some calculations, but i assumed that in
Column C you have the prices which have already been calculated,
otherwise just tell me.

Cheers
Carlo


On Jan 18, 4:04 pm, Jeff S <Jeff
wrote:
I run a community center in a developing country where we do low-cost
photocopying. To help track sales I'm trying to create a sheet that looks
like:
Col A Col B Col C Col D
Date # copies price daily sub-total

Our employee enters the transactions throughout the day. I want the scheet
to automagically do the daily sub-total, without user intervention. The
number of transactions varies each day.

I'm looking for a formula for Col D that will check the date of the next row
down. If it has changed, then run sub-total for the current day's sales.. If
it has not, return a null. Is that possible? I've ran a search on "date
subtotal" and looked at all the threads but haven't found my answer.

Thanks for the help!



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
Subtotaling sections is the same list steev_jd Excel Discussion (Misc queries) 0 July 25th 06 02:34 PM
running total by date (not sorted by date though...) rainxking Excel Worksheet Functions 4 May 16th 06 02:01 AM
Subtotaling list of different items JP Long Excel Worksheet Functions 5 December 8th 05 10:06 PM
subtotaling and manipulating a list of data TJN Excel Worksheet Functions 0 April 27th 05 11:17 PM
subtotaling and manipulating a list of data TJN Excel Worksheet Functions 0 April 27th 05 10:31 PM


All times are GMT +1. The time now is 06:59 PM.

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

About Us

"It's about Microsoft Excel"