This report allows you to easily view annual income statements directly on the web.
Move beyond managing stacked Excel files each year and being to view and analyze profit and loss data more conveniently online.
Explore monthly net income and revenue trends, and visualize key profitability indicators to quickly grasp overall business performance.
Try converting your own income statement to the web using the provided sample Excel file and experience how seamless financial reporting can be.
Download the sample Excel file from the Learning Experience Samples.
Create the Income Statement report by utilizing the data in the downloaded Excel file.
Let’ start by understanding the role of each sheet in this report.
Sheet V : V_ProfitAndLoss
When multiple sheets exist in Excel, the sheet to be displayed on the web must follow the format ‘V_(letters)’ or ‘V(number)’.
Sheet P : P1
Create variables to be used when querying data. You can define cell values as variables by using Excel’s ‘Name Manager’ feature.
In this exercise, we’ll use ‘Year’ as a variable to view the income statement by year.
The naming convention for Excel sheet is as follows: |
Set the ‘Year’ variable in the P Sheet using Excel’s ‘Name Manager’ feature.
The variable can be used as a filter condition on the web screen. Once the condition is set, only data matching the variable’s value will be retrieved.
Use Excel’s SUMIFS function to calculate the monthly values corresponding to the selected year for each item.
* Year : VS_YYYY
* Month : Jan, Feb, Mar …
* Value : Sales, COGS (Cost of Goods Sold) …
Example) Cell D17 : =SUMIFS('D1'!$C:$C, 'D1'!$A:$A, VS_YYYY, 'D1'!$B:$B,V_ProfitAndLoss!D$14)
From the EPA main screen, go to [Menu] > [Tool] and launch i-AUD Designer.
Drag and drop the saved Excel file into the i-AUD Designer window.
The Excel report now appears in the web view, preserving the original layout.
Ensure the report automatically resizes to fit the web browser window.
In the Properties pane on the right, check Docking: Left, Right, Bottom.
To remove the border from the report on the designer screen, set the Line Type property under Border to ‘None’.