Thread: Formula
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
H.S.SHASTRI H.S.SHASTRI is offline
external usenet poster
 
Posts: 1
Default Formula



"Funkyfido" wrote:

I have a range of dates on one worksheet e.g 1 Jan 07 - 7 Jan 07 which equals
week 1, 8 Jan 07- 14 Jan 07 which equals week 2 as so on so that all 52 weeks
of the year are covered.

In another sheet I have a date e.g. 3 Jan 07. I want to lookup the range
above and return the value in the week column. Is there a formula that I can
use to do this?

Thanks


I THINK YOU DO NOT REQUIRED ANY DATA BASE TO LOOK UP THE VALUE OF
DATE.THIS CAN BE SOLVE WITH THE HELP OF BELOW MENTIONED FORMULA.
IF CELL A1 CARRIES ANY DATE THEN THIS FORMULA WILL GIVE YOU WEEK NO.

=CONCATENATE("week"," ",INT((A1-39083)/7)+1)