Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sum up days of the week sales.

Status
Not open for further replies.

mudflap

MIS
Feb 14, 2002
194
CA
Ok.

I am trying to sum each days sales .
So what I want to do is look at the date if it = 's mondays date add it to the next field if it ='s mondays date.
and so for for each day of the week.
I am willing to change it for each week if necessary.
 
I would create a formula for each day of the week you want to capture data.

For Monday use:
@monday
if dayofweek({date.field})= 2 then {sales.field}

then do a summary for each field.

Mike

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top