Formula help

C

Chris

The formula I am using (If(weekday(RefDate,2)=2,Refcell)
is used to copy a number from one cell to another on
Tuesday. The problem I am having is that on every day
except Tuesday, the cell is cleared. I want the number
that is gathered on Tuesday to remain in that cell until
the next Tuesday. What can I add to the formula to make
this happen?

Thanks for your help.
 
J

Jim

You can play with this...I am not sure exactly what you need.
=IF(AND(WEEKDAY(A1=2,A1<=TODAY())),A1,"")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top