Excel Magic Trick 1242: Transform Large Data Set to Final GDP Report: TTC, MATCH, Filter & Format

Excel Magic Trick 1242: Transform Large Data Set to Final GDP Report: TTC, MATCH, Filter & Format


Download File: http://people.highline.edu/mgirvin/ex...
Learn how to Take Large Data Set with Country Economic Data for the years 1970 to 2013 and filter, delete and match just the data we want to create a smaller data set using Text To Columns, MATCH function, TRIM function, Filter, Formatting and Page Setup:
1. (00:08) Discuss our task of taking a lot of data, removing only what we want, and then formatting and doing page setup on final report
2. (01:06) Text To Columns to get county names for our report
3. (01:54) TRIM function to remove extra spaces
4. (02:23) Copy Paste Special Values AND Transpose
5. (03:06) MATCH & ISNUMBER functions to create helper column to match countries we need in our final report
6. (04:07) Filter to get Counties and GDP numbers
7. (04:44) Delete Year Columns we do not need.
8. (05:02)Highlight Filtered Table to get Visible Cells Only and paste records to new sheet
9. (05:21) Delete non-adjacent columns in report that are not need in final report
10. (05:33) Display Numbers in Millions using Custom Number formatting: #,##0,,
11. (06:10) Display Years with an M to indicate numbers are shown in millions using Custom Number formatting: 0” M”
12. (06:43) Making sure that we have title that indicates the monetary unit: Constant 2005 US Dollars
13. (07:05) Apply Table Design Principles
14. (07:05) Add Border below Field Names
15. (07:17) Alternate shading for columns with white and light blue to help the visual ease of reading report
16. (08:25) Make sure that text is aligned left and numbers are aligned right
17. (08:39) Page Set Up so report prints correctly

Mr Excel & excelisfun Trick 174: Clean & Transform GDP Data Set: Advanced Filter? Or Power Query?

Excel Magic Trick 1243: Transform GDP Data Set: Power Query 2nd Method or Advanced Filter?

Basic Excel Business Analytics Transforming Data
Closed Caption:


Welcome to Excel
Magic Trick 1,242.
Hey, if you want to
download this Excel workbook
and follow along, click on
the link below the video.
Hey, we have this huge
data set Ctrl-down arrow,
so like 3,000 plus records, all
sorts of different countries,
all sorts of different
measurements for it.
So for Afghanistan
we have all sorts
of different measurements.
And then we have from
1970 all the way to 2013.
That's a lot of data.
But we'll only want
these countries.
And those are listed in a
cell separated by commas.
We only want the
years 2000 to 2010,
and we only want the
gross domestic product
number for each one of
those desired countries.
Now, actually, if you go
over to the sheet notes,
Mr Excel and I did
on dual number 174.
And we looked at Advanced
Filter and power query
for solving this exact problem.
But I want to come over
here and show you text
to columns, match function,
and just straight filter.
Now, the first thing is
if I were to filter this,
I could put a filter
here and check each one
of the individual items.
But that's way too many.
I don't want to do that.
So I'm going to break this
comma separated list out
into separate cells.
So I'm going to use data.
And then over here
text to columns
or the keyboard Alt, A,
E, delimited by a comma.
So when I say
comma right here, I
can already see
there's some trouble.
There's a space.
Now, I could do space.
But that won't work
because out here there
are some countries
that have a space,
and it would break
those two words apart.
So I'm actually going to
have to do this in two steps,
comma, and when I
click Finish, boom.
Instantly, I have those
broken out into cells.
Now, I'm going to get
rid of the extra spaces
by using my favorite
haircut function, trim.
Now, actually when I Control
Enter and copy this over,
trim will actually
remove all spaces
except for single
spaces between text.
So that's exactly what we want.
Now, I'm going to insert
one, two, three columns
because I want to
eventually extract and put
the data below this data set.
So I'm going to insert.
And then I'm going to copy.
And notice there's the
trim function there.
Control Shift right
arrow, Control C.
And then I'm going to arrow
just to jump over here.
And I want to jump down to
the bottom set, hit Control
down arrow.
And then somewhere off to
the side, like right here,
I'm not going to
paste or transpose.
I'm going to go up to home
and up to the Paste Special.
Or, I can use Control Alt
V to open up Paste Special.
And what I want is I
want to transpose it
because it was horizontal
and I need it vertical.
But I also want to
say Values Only.
Click OK.
There is my list.
I'm going to type
Countries, Control B
to add some bold, Control
Home to jump to cell A1.
Now, remember we need to
get the countries, GDP,
and the right year.
So I'm going to
start off by adding
a separate column, Countries,
Control Enter, Control B.
And I'm going to
make a formula here.
I'm going to use
the Match function.
Match function can
look something up.
I want to look up that country
name, comma, look up array.
Click in that cell.
Control, down arrow, down arrow,
Control Shift, down arrow,
F4 to lock it.
Those are the countries I want.
Comma, 0, because I'm
doing exact match,
closed parentheses,
Control, Enter.
Now double click
and send it down.
That gives me the relative
position of whatever
the country is in the list.
So Argentina is the first
item in that list down here.
F2, I want to see a true when
there's an actual number.
So I say is number.
Is number will return true
when there's a number and false
when there is not.
Now I can populate this edited
formula all the way down
with control and enter.
Now I'm going to turn on the
filter feature, Control Shift
L. Now, the filter
will only work
on this column and this column.
These other columns, we'll
have to do something else.
I'm going to start here, come
up, unselect all, and select
Gross Domestic Product Only.
Click OK.
Now, actually, I'm going to
scoot this off to the side
because I don't think
you'll be able to see it
unless I go like this.
Now I can select just the true.
Click OK.
The data set is almost there.
Control down arrow.
We have just a few records
here, the exact number
of countries we want.
Highlight the columns.
I'm actually going to delete
everything all the way
over to 1999.
Right click, Delete.
And I don't want the
last three columns.
Highlight Q to S.
Right click and Delete.
And boom, almost done.
Control Asterisk to
highlight everything,
Control C to copy just
the visible records.
Now I'm going to come down
here and insert a new sheet,
and write in cell A1
Control V to paste.
I'm coming down
to the smart tag,
pointing to Keep
Source Column Widths.
Now, I don't need
C and A columns.
So I'm going to click on C and
then hold Control and click
on A. Right click, Delete.
I still need to-- and I'm going
to use Control and Roll to zoom
out a little bit.
And I'd like to
highlight and display
the numbers inside differently.
I want to show them in millions.
So Control 1.
And we're going to
come down to Custom.
And look at that.
There's the number formatting
to show the full numbers
with commas.
But if you come to the
end and type a comma,
watch what happens
to the display.
It's as if we divided by 1,000.
If I type another comma, it's
as if we divided by a million.
Now, the underlined number is
still in the cell over here.
It's just displayed in millions.
When I click OK, boom,
that's looking much better.
Now I'm going to
highlight the actual field
names at the top for years.
These are stored as numbers.
So we can use custom
number formatting
because we need to indicate
that these are in millions.
Control 1 down to custom.
I'm going to highlight
and put a 0 just so I show
the number in double quotes.
Space M and end double quotes.
So that will indicate
that it's in millions.
Come down.
Click OK.
Now I'm going to right click
and insert two rows above.
Insert, go back over to the
original sheet, Control, Home,
because this is an
important label.
Control C-- actually, it'll
be our title in essence.
Control V. So GDT breakdown
at constant 2005 prices
in US dollars, all countries.
So now we have the
indicator up here that this
is constant 2005 US dollars.
And there's the M. Now,
we have a few more things
we'd like to do.
Let's add a border right
below the field names.
Control 1 on borders.
I'm going to select that one.
And we want to set the bottom.
So I'm going to click right at
the bottom there and click OK.
Now, I'd like to alternate
white and blue columns.
So I'm going to highlight
this first one, Home
over to the fill bucket.
And white-- now for the numbers
I want, blue, white, blue,
white.
So I'm going to color this
one blue with fill, maybe
this light one.
And because this is
number formatting,
and I'd like to use
the format painter,
I'm going to fill
this one with white.
And now I can
highlight both of them.
And I want to copy
just the formatting
and paste it multiple times.
So right clicking
on the mini toolbar,
there's that format painter.
I'm going to double click it.
And it actually copies
just the formatting.
So I can click and click.
Notice that paintbrush.
It is loaded up.
If you accidentally click
up here or down here,
it'll misapply it.
Click.
Oh, and I'm one off.
Watch this.
I'm going to click here.
Boop!
I don't need that.
I want to first turn
off the paintbrush.
So Escape, and then
highlight, and then
luckily we have removed
everything, formats
and just contents.
That, of course, is Delete.
I'm just going to
say Remove All.
Now, a few housekeeping
things left.
I definitely don't
want this tech center.
So I'm going to highlight
that first column.
And up under
alignment, I'm going
to say, hey, give me left.
And then all these numbers I
definitely want to the right.
And now if we Control P to
see how this will print out,
it's going to print real
messy across many pages.
Escape, Page Layout, and up
to the dialog box, right there
the dialog launcher,
or Alt P, S,
P. I'm simply going to say
Landscape, Fit To One Page.
Now, this might not work.
I might have to come
back and fix this.
Margins, let's say Horizontally.
Header and Footer, You
I like this one a lot.
But we only have one page.
If you had more,
you could use that.
I'm going to come
over to Custom Footer.
And I can put whatever I want.
I'm going to click in the
middle and put Sheet Name.
Now, our sheet name down
here is probably not
a very good sheet name.
But if we change it down
here, that will update.
Click OK.
Click OK.
Control P. That preview is
not telling us the truth.
That will print out OK.
So I'm going to click Escape.
Wow.
That was amazing.
We went from a huge
data set on the sheet,
1, 2, 4, 2, did text to
columns, trim, match,
and some filtering,
dumped it here, and then
did some formatting.
All right.
We'll see you next trick.

Video Length: 09:49
Uploaded By: ExcelIsFun
View Count: 10,908

Related Software Products
Advanced Excel Report
Advanced Excel Report

Published By:
EMS Software Development

Description:
Advanced Excel Report component for Delphi and C++ Builder is a powerful band-oriented generator of template-based reports in MS Excel. Easy-to-use component property editors allow you to create powerful reports in MS Excel quickly, easily and intuitively understandable. Now you can easily create reports, which can be edited, saved to file and viewed almost on any computer. Advanced Excel Report supports Borland Delphi 5-7, 2005, 2006 and MS Office 97 SR-1, 2000, 2002 (XP), 2003.BRBR Key ...


Related Videos
How to Create a Summary Report from an Excel Table
How to Create a Summary Report from an Excel Table

One of my viewers asked for my help in creating an Executive Summary Report - because her manager will not allow her to use a Pivot Table. Here are the tips and techniques that I demonstrate in this lesson: 1) Use Excel's Advanced Filter to Extract a list of unique customer names from a filed with over 4,000 records. 2) Convert a normal range of data cells into an Excel 2007 / 2010 Table (as a List in Excel 2003) - so that range references will update automatically when you ...
Video Length: 12:06
Uploaded By: Danny Rocks
View Count: 692,693

How to Use Advanced Filters in Excel
How to Use Advanced Filters in Excel

In addition to the built-in AutoFilters in Excel, you can create Advanced Filters that allow you to extract unique records or calculate criteria based on external data. I do not use Advanced Filters as much as I did in the past because Excel 2007 greatly improved the built-in AutoFilters. However, you will pick up at least two good tips from this lesson - including how to extract Unique Records and copy them to a new worksheet. I invite you to visit my online ...
Video Length: 10:45
Uploaded By: Danny Rocks
View Count: 433,067

How to Make a Business Account Ledger in Excel : Advanced Microsoft Excel
How to Make a Business Account Ledger in Excel : Advanced Microsoft Excel

Subscribe Now: http://www.youtube.com/subscription_center?add_user=Ehowtech Watch More: http://www.youtube.com/Ehowtech Making a business account ledger in Excel is a great way to keep track of your finances. Make a business account ledger in Excel with help from a mechanical engineer in this free video clip. Expert: Edward Russell Filmmaker: Patrick Russell Series Description: Microsoft Excel isn't just for ...
Video Length: 03:06
Uploaded By: eHowTech
View Count: 209,643

How to make Salary Sheet using Microsoft excel (Excel Advance Urdu Hindi)
How to make Salary Sheet using Microsoft excel (Excel Advance Urdu Hindi)

In this tutorial you 'll learn: How to make Salary Sheet using Microsoft excel, this is Excel Advance tutorial in Urdu and Hindi language. Urdu & Hindi training by: www.MickeyTuts.com What is Ms office ? Ms office is an application program which is using for different purpose like: Ms word using for application, form & letter purpose , excel for sheet,math formula & many other office related usage most popular Access for database & power point for ...
Video Length: 20:30
Uploaded By: Urdu Hindi Tutorials
View Count: 199,340

Advanced Reporting in SharePoint with Microsoft Power View
Advanced Reporting in SharePoint with Microsoft Power View

http://www.Gig-Werks.com - http://www.YouTube.com/GigWerks - http://www.TheSharePointBlog.net Join Award Winning SharePoint solution provider Gig Werks for a complimentary webcast on Advanced Reporting in SharePoint with Power View. Microsoft Power View enables quick and easy visualization of your data while allowing sharing and collaboration of business insights in a familiar SharePoint Server environment. This webcast will highlight all the features available from Power View ...
Video Length: 51:20
Uploaded By: Gig Werks SharePoint Solution Channel
View Count: 63,980

Dynamic Pivot Table Report Filters - Excel Tutorial
Dynamic Pivot Table Report Filters - Excel Tutorial

http://chandoo.org/wp/2011/04/27/update-report-filter-macro/ Learn how to dynamically update Pivot Table Report Filters using simple macro code. In this example you can see how this idea can help you create a dynamic chart from Pivot Tables. For details visit http://chandoo.org/wp/2011/04/27/update-report-filter-macro/ You can also download example files from there. hr / bClosed Caption:/b hi everyone welcome .font color="#E5E5E5" ...
Video Length: 06:19
Uploaded By: ExcelTutorials
View Count: 53,921

MS Excel 2010 Tutorial: Employee Sales Performance Report, Analysis & Evaluation - PART 1
MS Excel 2010 Tutorial: Employee Sales Performance Report, Analysis & Evaluation - PART 1

http://www.excelfornoobs.com http://www.subjectmoney.com http://www.subjectmoney.com/articledi... What we have built here is a Microsoft Excel template that can be used to analyze the performance of sales representatives with a focus on restaurant servers (waiters and waitresses). In this example we are analyzing the quarterly performance of the restaurant as a whole, and each sales unit (the servers). We will also take a deeper look into each month that the ...
Video Length: 07:54
Uploaded By: Surfwtw
View Count: 45,505

Highline Excel Class 22: Budgets, Scenarios & Scenarios Report
Highline Excel Class 22: Budgets, Scenarios & Scenarios Report

Download Excel file: http://people.highline.edu/mgirvin/ex... Create a Budget with Formula Inputs in an assumption area and formulas. Then do what if analysis by saving and showing scenarios. Save Variables for a Budget with Scenario Manager. Create Scenario Report based on a Result cell. Add Scenarios button to the Quick Access Toolbar QAT. See other What If Analysis videos: Excel Magic Trick 253: Data Table 1 Variable What If Analysis Excel Magic Trick # 254: Data ...
Video Length: 11:33
Uploaded By: ExcelIsFun
View Count: 40,990

How to copy Excel data from one sheet to another and print the extracted report
How to copy Excel data from one sheet to another and print the extracted report

Our Excel training videos on YouTube cover formulas, functions and VBA. Useful for beginners as well as advanced learners. New upload every Thursday. For details you can visit our website: http://www.familycomputerclub.comYou can copy data from one Excel worksheet to another based on criteria to create a report automatically and then print it with a single click. The code for copying the data using a do while loop macro is described in greater detail than before because many people ...
Video Length: 12:15
Uploaded By: Dinesh Kumar Takyar
View Count: 38,366

How to create report from Excel data sheet with VBA
How to create report from Excel data sheet with VBA

Learn to create report from Excel data sheet with VBA according to your needs. Our Excel training videos on YouTube cover formulas, functions and VBA or macros. Useful for beginners as well as advanced learners. New upload every Thursday. For details including complete VBA code you can visit our website: http://www.exceltrainingvideos.com/ho...
Video Length: 20:46
Uploaded By: Dinesh Kumar Takyar
View Count: 37,855

Copyright © 2025, Ivertech. All rights reserved.