A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

simple formula, excel/VBA



 
 
Thread Tools Display Modes
  #1  
Old May 4th, 2004, 12:22 PM
Newbie
external usenet poster
 
Posts: n/a
Default simple formula, excel/VBA

I have a simple excel spreadsheet with numbers in cells
B3, C3,D3 & E3. When I input a new number in cell B3, I
would like the original number in cell B3 to move to cell
C3, likewise D3 will take on the value of C3 and E3 will
take on value of D3 etc. I am not sure if this can be
programed with excel or VBA? If anyone has a formula to
do this I would appreciate your assistance.
  #2  
Old May 4th, 2004, 12:39 PM
Frank Kabel
external usenet poster
 
Posts: n/a
Default simple formula, excel/VBA

Hi
this could only be done using an event procedure (e.g.
using the worksheet_change event).
But before usinmg this you may consider using a different
approach without using such event procedures. You may
explain your goal behind this :-)

-----Original Message-----
I have a simple excel spreadsheet with numbers in cells
B3, C3,D3 & E3. When I input a new number in cell B3, I
would like the original number in cell B3 to move to cell
C3, likewise D3 will take on the value of C3 and E3 will
take on value of D3 etc. I am not sure if this can be
programed with excel or VBA? If anyone has a formula to
do this I would appreciate your assistance.
.

  #3  
Old May 4th, 2004, 12:46 PM
Jerry W. Lewis
external usenet poster
 
Posts: n/a
Default simple formula, excel/VBA

Worksheet functions have no memory. You could write a VBA macro tied to
a worksheet change event to do this.

Jerry

Newbie wrote:

I have a simple excel spreadsheet with numbers in cells
B3, C3,D3 & E3. When I input a new number in cell B3, I
would like the original number in cell B3 to move to cell
C3, likewise D3 will take on the value of C3 and E3 will
take on value of D3 etc. I am not sure if this can be
programed with excel or VBA? If anyone has a formula to
do this I would appreciate your assistance.


  #4  
Old May 4th, 2004, 05:46 PM
external usenet poster
 
Posts: n/a
Default simple formula, excel/VBA

Seems to me your goal may allow for easier transitions.
Can you use a separate cell for the variable entry or do
you need it there..?
-----Original Message-----
I have a simple excel spreadsheet with numbers in cells
B3, C3,D3 & E3. When I input a new number in cell B3, I
would like the original number in cell B3 to move to

cell
C3, likewise D3 will take on the value of C3 and E3 will
take on value of D3 etc. I am not sure if this can be
programed with excel or VBA? If anyone has a formula to
do this I would appreciate your assistance.
.

 




Thread Tools
Display Modes

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 Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:12 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.