+ Reply to Thread
Results 1 to 2 of 2

Updated column values without deleting formulas

  1. #1
    Registered User
    Join Date
    02-27-2012
    Location
    Fort Lauderdale Florida
    MS-Off Ver
    Excel 2010
    Posts
    1

    Question Updated column values without deleting formulas

    I have Column A and Column B and I want to have people be able to enter either a value in Column A and it will
    update Column B from a vlookup or be able to enter a value in Column B and Column A will be updated. Is this possible? I've been able to do 1 column that will update other columns after a value is entered but not more columns.

    Example data: John:1, Mary:2, Sue:3, Tom:4, Chris:5
    So, if I enter John in Column A, the number 1 should appear in Column B BUT
    then I need to allow for someone to enter 1 in Column B and John to appear in Column A.
    This has to be able to go back and forth and not, one or the other.
    I'm able to do the first part by having a formula in Column B but if I allow a value to be entered into Column B, the formula
    get's overwritten and so then will not allow update the value in Column B if the user then enters a value in Column A of the same row.

    I have this working fine updating multiple columns based upon entering a value in 1 column but that's it
    =IF(ISNA(VLOOKUP(D7,Roster!A2:D7,2,FALSE)), "", VLOOKUP(D7,Roster!A2:D7,2,FALSE))

    Any help would be greatly appreciated as I've pulled out a lot of hair so far and can't afford Rogaine. :-)

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: Updated column values without deleting formulas

    Hello bpercival ,

    Welcome to the Forum!

    I think you have proven that your current approach won't work. If you explain in more detail about what you want to achieve, it will be easier to provide you with useful advice and solutions.
    Sincerely,
    Leith Ross

    Remember To Do the Following....

    1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.
    2. Thank those who have helped you by clicking the Star below the post.
    3. Please mark your post [SOLVED] if it has been answered satisfactorily.


    Old Scottish Proverb...
    Luathaid gu deanamh maille! (Rushing causes delays!)

+ 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