Go Back   The Finance Forums > Finance forums > General Finance




General Finance Discuss general personal finance issues and home accounting not covered on the other finance boards.

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 05-07-2009, 10:29 PM
Junior Member
 
Join Date: May 2009
Location: NY
Posts: 1
Default Help with excel finance problem

Hey all, I was just wondering if anyone who is familiar with doing financial modeling in excel could help me out with this problem:

This sheet contains dates and daily volumes from 1994-2003. Determine the average trading volume (and standard deviations) on Mondays, on Tuesdays, on Wednesdays, on Thursdays, and on Fridays. Graph your results.

Basically its a spreadsheet with 2 columns- date (the first date is formatted as 1/3/1994) and volume and I have to do the above, any idea how i would go about it?

Last edited by BATCHAMP2000; 05-07-2009 at 10:34 PM.
Reply With Quote
  #2 (permalink)  
Old 05-08-2009, 01:24 AM
Member
 
Join Date: Mar 2009
Location: Rochester, NY USA
Posts: 49
Default Re: Help with excel finance problem

I'm about to save your life :P.

First, create a third column called weekday. The function for that column is =weekday(cell). Then sort the list by weekday (make sure to select all columns). Take the =average(cells) of volume for day 1, then the =stdevp(cells) of volume for day 1.

There are other ways, but this one is the easiest for someone unfamiliar with writing loops in excel.

If you need more explicit directions or a quick example, send me your email through a private message and I'll provide additional help.
Reply With Quote
  #3 (permalink)  
Old 06-06-2009, 07:14 PM
Junior Member
 
Join Date: May 2009
Location: london + uk
Posts: 21
Default Re: Help with excel finance problem

Average (assume dates in column A, data in column B, row 1 is header)
=average(if(weekday(A2:A65536)=0,B2:B65536)) and press CTRL+SHIFT+ENTER (not just enter), same goes for stdev.
you change 0 to 1, 2, 3, 4, 5, 6 accordingly
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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



» Boards




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


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.1 ©2010, Crawlability, Inc.