PC Review Forums Newsgroups Microsoft Excel Microsoft Excel Setup Formula help

Reply

Formula help

 
Thread Tools Rate Thread
Old 25-11-2003, 10:44 PM   #1
Chris
Guest
 
Posts: n/a
Default Formula help


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.

  Reply With Quote
Old 26-11-2003, 12:26 AM   #2
Jim
Guest
 
Posts: n/a
Default Re: Formula help

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

--
Greeting from the Gulf Coast!
http://myweb.cableone.net/twodays
"Chris" <anonymous@discussions.microsoft.com> wrote in message
news:079f01c3b3a5$bb2362a0$a101280a@phx.gbl...
> 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.
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off