+ Reply to Thread
Results 1 to 6 of 6

getting value to change when value entered in new cell of column

  1. #1
    Registered User
    Join Date
    07-16-2009
    Location
    Cartersville, Georgia
    MS-Off Ver
    Excel 2007
    Posts
    43

    getting value to change when value entered in new cell of column

    Not sure if I can do this with a formula or not
    looking to change the value of a cell when using a column. Im looking to have the cell to change each time after there is a new value entered in the column but only when a value is entered in new cell of the column.
    Last edited by tvonbehren; 01-11-2010 at 04:45 PM.

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: getting value to change when value entered in new cell of column

    Hi,

    I think you'll need to upload an example of your data and what you expect to see when the relevant value has changed.

    Regards
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    07-16-2009
    Location
    Cartersville, Georgia
    MS-Off Ver
    Excel 2007
    Posts
    43

    Re: getting value to change when value entered in new cell of column

    I have a cell that i want the value to change to the newest or latest value that is entered into a column. Say that I have a value intered into columnA at cell B1 and I want that to equal to say cell F6. but then I enter a value in C1, then I am needing F6 to change to the value of C1. and so on for the whole column or until to a certain cell say F20

  4. #4
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: getting value to change when value entered in new cell of column

    Hi,

    I think you need to upload an example workbook which contains your data, and and a note as to what resultant values you expect to see, in which cells, and why if the relationship is not immediately obvious.

    Rgds

  5. #5
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: getting value to change when value entered in new cell of column

    If what you want is the last value going down the column, this formula would do that with no VBA:

    If the values are always numeric:
    =LOOKUP(9.9E+307, A1:Z1)

    If the values are always text:
    =LOOKUP("zzzz", A1:Z1)

    If the values are a mixture:
    =LOOKUP(2, 1/(A1:Z1<>""), A1:Z1)

    ========

    If what you want is the last value entered in a range of cells regardless of the order they were entered, like A1, E1, F1, then B1 ... F6 would now be showing B1... that would require a worksheet_change macro.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  6. #6
    Registered User
    Join Date
    07-16-2009
    Location
    Cartersville, Georgia
    MS-Off Ver
    Excel 2007
    Posts
    43

    Re: getting value to change when value entered in new cell of column

    Thank you for all the help really appreciate it.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1