View Single Post
  #2   Report Post  
PCLIVE
 
Posts: n/a
Default

You could try something along this line.

=IF(WEEKDAY(A1)=7,"Your average formula","")

In the example, A1 is where your date is.

HTH,
Paul

"tiw" wrote in message
...
Hi, please someone help me!
I have a colums with dates, all are consecutive days. I formatted it to
display the days of the week and date ( Tuesday, April 19, 2005) I have
another column where I want to calculate weekly average from the first day
of
the week, sunday, to the last saturday. So in this column I want to write
a
conditional formula that if the date column in the same row is saturday
then
calculate the average for seven days above including saturday if not the
display a blank. I'm trying to use =if( ) function but I don't know hor
to
tell the program to recognize if the date is saturday. Please help me.
Thank
you
Thalia