View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steve D.[_2_] Steve D.[_2_] is offline
external usenet poster
 
Posts: 4
Default Shift cells to the left

Hi all. Below I have the following formulas in cells B3-F3. What I am trying
to do, is any data that I have in cell B4-F9, I would like that data to shift
to the left when the date changes in cell B3-F3.

B C D E F
3 =NOW() =NOW()+1 =NOW()+2 =NOW()+3 =NOW()+4
4
5
6
7
8
9

Thanks in advance for any help you might have.
Steve