Section 6-P&L from Scratch Flashcards
What is P&L
Every company has set of financial activities such as revenue, expense or cost within one fiscal year. P&L is to summarize whole details to one summary of revenues, costs and expenses.
What elements are inside Data Source and what is Data Source
It has 5 main columns: Account name, Partner company(or number), Partner name, Amount, Account number. Data Source is the first step towards Profit and Loss statement. Inside this all details and repeating items are available.
What is the process of Ordering Source Worksheets(years)
First, we put correct headers(P&L Account, Partner Company, Code, Amount and Account Number), Second, align them all to left and adjust the width of columns. Third, Filter only totals. Four, Delete the total cells. Five, we remove the filter and get back to new table. Six, We repeat to all years.
Whatassociated information is in Name of Partner company segment
External companies, Related companies and total of related.
What is the specification of Amount
+ is for Expenses and (-) for Revenues.
What is code and what is it’s creation purpose
Code is a unique id for each transaction.
What is the process of creating codes and hints
+(Account Number)&(Partner Number) —then—> Paste special for only value and remove the formula.
The code contains two parts which one is first and which one is the second
First Account number and second Partner number and should not be replaced.
Creating database with V-Lookup has 8 main steps, what are they
First, move the Database column inside each sheet to first column.AND DON’T FORGET TO REMOVE THE DUPLICATES 2-Add header rows till Partner name(before amount) and add column for each sheet year. 3-Insert V-Lookup formula into first cell next to Code.4-Fix only the lookup value from inside of Database (e.g. $B4). 5- Fix the reference area both row and column.DON’T FORGET THAT THE AREA IS BEFORE AMOUNT COLUMN. 6- Change the column number of other cells till finish first sheet. 7- Now we have some cells with N.A which belong to other sheets go on those cells. 8- Do the same but only change the reference area until there be no N.A cell remained.
Which elements and whyshould be fixed inside V-Lookup function
Only column for Lookup value, Both column and row for Reference areas(DON’T FORGET THAT THE AREA IS BEFORE AMOUNT COLUMN). Because when we move downward we want the lookup value gets down inside on column but we range only a limited area.
Which header columns are not pasted into Database
Amount and Account number. But we should separate columns for each year for the Amount.
What is the process for building up years amounts
We should use Sum-If function. First select the range(Select whole column) from the year sheet and fix column, Second back to database select the first cell, Third back to year sheet and select the amount column and fix the column. Four, add (-)before formula to make revenue positive and cost negative.
Which function should we use for completing database amounts
Sum-If
Which elements should be fixed inside Sum-Iffunction
Column of reference and column of sum reference.
How to make revenues positive in database
Add (-)before sum if.