View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sean Timmons Sean Timmons is offline
external usenet poster
 
Posts: 1,696
Default How can I have Excel conditionally copy a cell

Kind of hard to say since we don't know wha you have in the columns. do the
cells have formulas? If not, then no. If so, do the formulas have the ability
to check a date? if so, then =IF(date you are looking at=today()-1,result,"")
would put them where you want, or something similar.. Would be helpful to
know what you have.

"CA_stateworker" wrote:

I would like to have excel copy/delete or cut from one cell to another based
on
Date. I have three columns with heading TODAY(), TODAY()-1, and TODAY()-2.
I would like to cut or copy the cell contents from TODAY() to TODAY()-1 when
the calendar date changes. Is it possible to do this without Visual Basic?

Thanks in advance for any help
--
stateworker