+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Registered User
    Join Date
    09-28-2006
    Location
    Santee, CA
    Posts
    2

    Advanced Microsoft Excel 2003 question!!!!!!!

    I have an advanced excel question, is there anyone that really knows excel?

    I am making a bill payment workbook. I have 12 worksheets, one for each month of the year. I also have a bill information sheet. I'm wanting to show the current balance of each bill on the information sheet, but I can't figure out how to make it show the most recent entry. I.E. if it's January I want January's balance to show, if it's October I want October's balance to show. Any ideas on how to accomplish this?

  2. #2
    Forum Guru
    Join Date
    03-13-2005
    Posts
    6,199
    Quote Originally Posted by trucknroll
    I have an advanced excel question, is there anyone that really knows excel?

    I am making a bill payment workbook. I have 12 worksheets, one for each month of the year. I also have a bill information sheet. I'm wanting to show the current balance of each bill on the information sheet, but I can't figure out how to make it show the most recent entry. I.E. if it's January I want January's balance to show, if it's October I want October's balance to show. Any ideas on how to accomplish this?
    I don't know anything about 'advanced excel', I just use the standard Excel as issued in MS Office.

    If you name your sheets as the Month you can access the sheet via
    =INDIRECT(TEXT(A1,"mmm")&"!a1")

    If you have the Sheet names listed somewhere you can access that list by

    =offset(A1,(month(now())-1,0)

    thus
    =(sheetname as listed in column A)!A1

    becomes

    =INDIRECT(OFFSET(A1,(MONTH(NOW())-1),0)&"!A1")

    but this is just the usual simple stuff.

    Does this point you in the right direction?
    ---
    Last edited by Bryan Hessey; 09-28-2006 at 10:37 PM.

  3. #3
    Registered User
    Join Date
    09-28-2006
    Location
    Santee, CA
    Posts
    2

    Okay

    Okay, more advanced for me. It seems pretty confusing. I don't have a list of the names of the worksheets tabs. Also my balance isn't in the same cell on each month's sheet. So that confuses me more.

  4. #4
    Forum Guru
    Join Date
    03-13-2005
    Posts
    6,199
    Quote Originally Posted by trucknroll
    Okay, more advanced for me. It seems pretty confusing. I don't have a list of the names of the worksheets tabs. Also my balance isn't in the same cell on each month's sheet. So that confuses me more.
    ok - so - how are you going to refer to each sheet? - what are their twelve names, and how are you going to identify the figure to be displayed, what is the criteria that identifies which cell?

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.2.0