View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default Format row using date

If WEEKNUM does not work in your version of XL2003 it is because you
need to install the Analysis tool-pack. Check out XL Help on WEEKNUM
for further details.

However, I don't think it will work if your data is in the form 7/6,
7/13 etc. I don't understand this format - can you elaborate?

Pete

On Sep 18, 2:43*pm, Carolina Girl
wrote:
Mike

Thanks for the fast response. But my understanding is that WEEKNUM will not
work in 2003. Do you happen to have another suggestion??? I should also
mention that my list of dates are weeks ie 7/6, 7/13,7/20…. If today is 7/15
I need Cells A-E highlighted under for week of 7/13. Do you have any other
suggestions? Thanks again



"Mike H" wrote:
Hi,


Select the entire row and apply the folowing conditional format formula


=AND(WEEKNUM(A1)=WEEKNUM(NOW()),YEAR(A1)=YEAR(NOW( )))


Mike


"Carolina Girl" wrote:


Help!!! I think this can be done but I’m not sure how to do it… I need to
highlight an entire row basted on a date in the first column. I will
explain…. Column A has dates starting with 7/6/09 I have information in
columns “B-AE” if the date in “A” falls into this week (changing each week)
A-AE will highlight in orange… Can this be done as a conditional format or a
VBA? *Any help would be great….- Hide quoted text -


- Show quoted text -