View Single Post
  #1  
Old 07-04-2009, 03:27 PM
sajeel sajeel is offline
Registered User
 
Join Date: 13 Mar 2009
Location: London, England
MS Office Version:Excel 2003
Posts: 32
sajeel is becoming part of the community
Returning Every friday value in a series of dates

I need to be able to return some values in a data sheet associated with a particular day. In column A we have the date.Column B,C and D have some associated data.In column F I have used =TEXT(A4,"dddd") to find the day of the date in column A. Since I want every Friday date, I use =IF(F4="Friday",A4,"") to return the date and then any other associated data which are shown in Columns H&I. In Column K i have manually returned the dates of every friday in Column A. I need to be able to generate the list of dates of every friday directly.

Also if I have a list of dates and I want to return a certain value at the end of every month,quarter of year how would I do that.

i.e Weekly=Friday
Monthly=Last Friday of every month
Quarterly=Last Friday of Every quarter
Yearly=Last friday of every year.
Attached Files
File Type: xls Every friday.xls (189.0 KB, 3 views)
Reply With Quote