+ Reply to Thread
Results 1 to 2 of 2

Small Data Base

  1. #1
    Forum Contributor
    Join Date
    05-09-2005
    Location
    SC
    Posts
    196

    Small Data Base

    Hello,

    I want to create a data base that will keep up with financial records:
    (I know Access may be better, but I want to try Excel since I like it so much, plus I don't have access).

    On sheet 2 I have a list of names (let's say 20) in column A. I have dates going across the top row that's in 7 day increments. (Ex. 1/1/05, 1/8/05, 1/15/05...). These amounts are recorded every Sunday.

    On sheet 1. I have a list of names and amounts beside them in the next cell.

    Ex. Mark $75.00
    Paul $50.00
    Jane $110.00

    How do I hit a transfer button, so that Excel looks at a name and the amount on sheet 1, then find that same name on sheet 2, and record the amount on the next date. I should come back next week, and it does the same thing for the next date. So on and so forth.

    1/1/05 1/8/05 1/15/05
    Jane $110.00
    Mark $75.00
    Paul $50.00

    This might be a tuff one. I don't know if Vlookup or Hlookup is right for this or not.
    Or maybe you have another suggestion!!!

    Thanks,
    EMoe

  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,259
    Hello EMoe,

    Here is a macro that will update all of the entries when the button is pushed. You will need to add a button to your worksheet and then copy and paste the code into the button's macro code section. If you don't know how to do this, I'll give you instructions to walk you through it.

    This macro assumes your worksheets are named "Sheet1" and "Sheet2". The names on both worksheets start at "A1" . If you are using a range or name that is different than what is mentioned, the macro will need to be modified to work properly.

    Please Login or Register  to view this content.

    Sincerely,
    Leith Ross
    Last edited by Leith Ross; 05-23-2005 at 07:42 PM. Reason: Added macro code

+ 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