+ Reply to Thread
Results 1 to 2 of 2

Simple Game and Puzzle - Very Difficult to Implement

  1. #1
    Registered User
    Join Date
    07-19-2006
    Posts
    2

    Simple Game and Puzzle - Very Difficult to Implement

    I am making this little game and I need this functionality:
    Iteration 1.
    | Current Trial Input | Trial 1 | Trial 2 | Trial 3 |
    _______ 4 ____________ 4

    Iteration 2.
    | Current Trial Input | Trial 1 | Trial 2 | Trial 3 |
    _____5 _____________ 4_____ 5

    Iteration 3.
    | Current Trial Input | Trial 1 | Trial 2 | Trial 3 |
    ______ 2____________ 4______5______ 2

    The difficulty I am having is the "memory" of storing previous trial inputs. Basically each time a number is entered in the cell, it logs it in an open cell to the right. Anyone know of a way to do this?

  2. #2
    Forum Contributor
    Join Date
    07-05-2006
    Location
    Canada
    MS-Off Ver
    2003, 2007
    Posts
    581
    Quote Originally Posted by dmb490
    I am making this little game and I need this functionality:
    Iteration 1.
    | Current Trial Input | Trial 1 | Trial 2 | Trial 3 |
    _______ 4 ____________ 4

    Iteration 2.
    | Current Trial Input | Trial 1 | Trial 2 | Trial 3 |
    _____5 _____________ 4_____ 5

    Iteration 3.
    | Current Trial Input | Trial 1 | Trial 2 | Trial 3 |
    ______ 2____________ 4______5______ 2

    The difficulty I am having is the "memory" of storing previous trial inputs. Basically each time a number is entered in the cell, it logs it in an open cell to the right. Anyone know of a way to do this?
    You're probably going to have to do that with VB.

    Although I'd be interested to see a formula that does the trick.

    Scott

+ 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