+ Reply to Thread
Results 1 to 4 of 4

Make list of final balance in another sheet

  1. #1
    Forum Contributor
    Join Date
    03-13-2013
    Location
    india
    MS-Off Ver
    excel 2010
    Posts
    427

    Make list of final balance in another sheet

    You can see in the attached file KASHIRAM BHATKAR'S final balance it means last amount in column D in cell D29 is 8600,
    YOGESH PACHADE'S final last amount of balance in column H in cell H32 is 5200,
    GOPAL GAWANDE'S final last amount of balance in column l in cell L45 is 10000,
    ISHWAR SHARMA'S final last amount of balance in column P in cell 40 is 13000, & so on
    I want that show that list of final balance it means last amount of balance in sheet2 you can see i do
    that manualy , so make list of every person, person name & last amount of balance how do that by VBA
    please give me code or apply that code in attached file
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,822

    Re: Make list of final balance in another sheet

    You can do it with a couple of formulae - put this in A1 of Sheet2:

    =INDEX(Sheet1!$1:$1,(ROWS($1:1)-1)*4+2)&""

    and this in B1:

    =IF(A1="","",INDEX(Sheet1!$367:$367,(ROWS($1:1)-1)*4+2) - INDEX(Sheet1!$367:$367,(ROWS($1:1)-1)*4+3))

    then copy down as required.

    Hope this helps.

    Pete

  3. #3
    Forum Contributor
    Join Date
    03-13-2013
    Location
    india
    MS-Off Ver
    excel 2010
    Posts
    427

    Re: Make list of final balance in another sheet

    Thank you very much , now my problem is solved

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,822

    Re: Make list of final balance in another sheet

    Glad to be of help - thanks for the rep.

    If that takes care of your original question, please take a moment to select Thread Tools from the menu above and to the right of your first post and mark this thread as SOLVED.

    Pete

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Final Balance
    By toddp2 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-01-2017, 11:53 AM
  2. i would like make Balance Sheet
    By Pathan Mukram in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-18-2015, 10:46 AM
  3. Formula for solving the financial balance sheet to make it tally
    By perpectuals in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-24-2015, 02:36 AM
  4. [SOLVED] How to get the final principal balance of a mortgage upon maturity?
    By megaman1978 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 01-22-2015, 04:42 AM
  5. Creating a Final Estimate Form and a Final Materials List based on Worksheet Results
    By Crunched For Time in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 12-20-2013, 09:58 PM
  6. Final step in VBA code to hide/unhide rows with zero balance in column M
    By har13y_d3v1l in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-24-2013, 03:01 PM
  7. Replies: 0
    Last Post: 07-13-2005, 12:05 PM

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