Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
ashley0578
 
Posts: n/a
Default Totals calculated by date


I'm having problems figuring out how to total colums based on date. I've
uploaded my excel file. There are four sheets; unfunded deals, funded
deals, turndowns, and recap. The recap sheet lets my boss know the
totals on the previous three sheets. I need help on how to make
week-to-date totals and month-to-date totals. Thanks in advance!


+-------------------------------------------------------------------+
|Filename: Deal Log2.zip |
|Download: http://www.excelforum.com/attachment.php?postid=4520 |
+-------------------------------------------------------------------+

--
ashley0578
------------------------------------------------------------------------
ashley0578's Profile: http://www.excelforum.com/member.php...o&userid=32757
View this thread: http://www.excelforum.com/showthread...hreadid=526119

  #2   Report Post  
Posted to microsoft.public.excel.misc
jbrackett
 
Posts: n/a
Default Totals calculated by date


For MTD you can convert the date (01/24/06 in cell A2) to Month by using

=TEXT(A2,"Mmm-YY") displays as "Jan-06"
=TEXT(A2,"MM/YY") displays as "01/06"

For week, I usually convert it to the week number in Oracle before
bringing it into Excel but you can use the add-in:

WEEKNUM
Returns a number that indicates where the week falls numerically within
a year. If this function is not available, and returns the #NAME? error,
install and load the Analysis ToolPak add-in.

How?

On the Tools menu, click Add-Ins.
In the Add-Ins available list, select the Analysis ToolPak box, and
then click OK.
If necessary, follow the instructions in the setup program.
Syntax

WEEKNUM(serial_num,return_type)

regards and good luck,

Jay


--
jbrackett
------------------------------------------------------------------------
jbrackett's Profile: http://www.excelforum.com/member.php...o&userid=32577
View this thread: http://www.excelforum.com/showthread...hreadid=526119

  #3   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default Totals calculated by date

I was unable to access your file..........
If your dates are in column A, and your amounts to sum are in column
B,......then you can type a "from date" in E1 and a "to date" in E2 and use
this........

=SUMIF(A:A,"="&E1,B:B)-SUMIF(A:A,""&E2,B:B)

hth
Vaya con dios,
Chuck, CABGx3




"ashley0578" wrote:


I'm having problems figuring out how to total colums based on date. I've
uploaded my excel file. There are four sheets; unfunded deals, funded
deals, turndowns, and recap. The recap sheet lets my boss know the
totals on the previous three sheets. I need help on how to make
week-to-date totals and month-to-date totals. Thanks in advance!


+-------------------------------------------------------------------+
|Filename: Deal Log2.zip |
|Download: http://www.excelforum.com/attachment.php?postid=4520 |
+-------------------------------------------------------------------+

--
ashley0578
------------------------------------------------------------------------
ashley0578's Profile: http://www.excelforum.com/member.php...o&userid=32757
View this thread: http://www.excelforum.com/showthread...hreadid=526119


  #4   Report Post  
Posted to microsoft.public.excel.misc
ashley0578
 
Posts: n/a
Default Totals calculated by date


Hi Chuck, I've seen that code you've posted in another post and I didn't
really want to actually type the dates in. I'm looking for something
else similar to what I would use in Access like date()-30 or date()-7.
Know what I mean??


--
ashley0578
------------------------------------------------------------------------
ashley0578's Profile: http://www.excelforum.com/member.php...o&userid=32757
View this thread: http://www.excelforum.com/showthread...hreadid=526119

  #5   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default Totals calculated by date

Maybe something like this............

=SUMIF(A:A,"="&TODAY()-7,B:B)-SUMIF(A:A,""&TODAY(),B:B)

Vaya con Dios,
Chuck, CABGx3



"ashley0578" wrote:


Hi Chuck, I've seen that code you've posted in another post and I didn't
really want to actually type the dates in. I'm looking for something
else similar to what I would use in Access like date()-30 or date()-7.
Know what I mean??


--
ashley0578
------------------------------------------------------------------------
ashley0578's Profile: http://www.excelforum.com/member.php...o&userid=32757
View this thread: http://www.excelforum.com/showthread...hreadid=526119




  #6   Report Post  
Posted to microsoft.public.excel.misc
ashley0578
 
Posts: n/a
Default Totals calculated by date


That was perfect and worked like a champ. I could have built this in
access but they wanted it in excel and I don't know this program as
well!


--
ashley0578
------------------------------------------------------------------------
ashley0578's Profile: http://www.excelforum.com/member.php...o&userid=32757
View this thread: http://www.excelforum.com/showthread...hreadid=526119

  #7   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default Totals calculated by date

Glad you got it working.........thanks for the feedback, and welcome to Excel.

Vaya con Dios,
Chuck, CABGx3



"ashley0578" wrote:


That was perfect and worked like a champ. I could have built this in
access but they wanted it in excel and I don't know this program as
well!


--
ashley0578
------------------------------------------------------------------------
ashley0578's Profile: http://www.excelforum.com/member.php...o&userid=32757
View this thread: http://www.excelforum.com/showthread...hreadid=526119


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
Insert Automatic, Non-Updating Date Stamp Ken Zenachon Excel Discussion (Misc queries) 8 January 18th 06 06:52 PM
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM
Calculated fields in pivot tables Nigel Drinkwater Excel Worksheet Functions 5 January 3rd 06 05:41 PM
Another Date issue. TimM Excel Worksheet Functions 1 November 17th 05 01:58 AM
Calculated fields in the Sub Grand Totals david Excel Discussion (Misc queries) 0 June 29th 05 11:11 PM


All times are GMT +1. The time now is 05:47 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"