+ Reply to Thread
Results 1 to 5 of 5

problem with using if error in income statement

  1. #1
    Forum Contributor
    Join Date
    02-19-2013
    Location
    Kuwait
    MS-Off Ver
    Excel 2013
    Posts
    115

    problem with using if error in income statement

    Hello all,


    I have a sheet for trial balance, from trial balance, I take the exp to analysis sheet and from there I take it to final Income statement sheet

    Here I have all the exclusive accounts, so I can use if error index to bring exp from trial balance one sheet to other

    However I face an issue, where I need to to do the subtotal for expenses and put the final expenses there
    As I cant because if error(index will return unique value), so I have to sum manually, thats very taxing.

    For example card transactions charges

    I need to take the total account manually and put the total using sum

    I want to have conformity in terms of carrying data from one sheet to another, So I need to only update trial balance and rest of the data will be updated automatically

    Is some uniform method is possible
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: problem with using if error in income statement

    Whats wrong with using the formula you already have?

    =IFERROR(INDEX(Data!C:C,MATCH('Final Sheet'!A8,Data!A:A,0)), " ")
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Contributor
    Join Date
    02-19-2013
    Location
    Kuwait
    MS-Off Ver
    Excel 2013
    Posts
    115

    Re: problem with using if error in income statement

    Thanks for ur response.

    The issue with this, is I show expenses in total. so rent i show as rent for office and store seprately.
    But the Expenses I show for credit card expenses in total in analysis sheet

    So for rent if error can work, but for other expenses I need to use it manually

    Rgds
    AT

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: problem with using if error in income statement

    OK, if you can remove the entry in row 15, you can use this...
    =SUMIF(Data!B:B,"*card*",Data!C:C)

  5. #5
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,649

    Re: problem with using if error in income statement

    Or simply this......see if this helps.

    In C10 on Final Sheet.
    Please Login or Register  to view this content.
    You may adjust the range as per your need.
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

+ 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. if statement adjustment ( income tax calculation)
    By oshodibo in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-07-2014, 06:33 AM
  2. [SOLVED] Formula for Income Statement in financial statement
    By Zunit in forum Excel General
    Replies: 6
    Last Post: 07-02-2012, 02:21 PM
  3. G/L Income Statement Template Setup
    By pinny in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-28-2006, 08:12 PM
  4. [SOLVED] How do I set up my expense/income statement in excel?
    By Jean in forum Excel - New Users/Basics
    Replies: 0
    Last Post: 05-05-2005, 03:06 PM
  5. Replies: 1
    Last Post: 02-27-2005, 08:06 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