Business Analytics - I Excel: Data Storage
Business Analytics - I Excel: Data Storage
You will notice it automatically adds it to the right of the sheet I had previously selected. So it's
gone to the right of Sheet1. Unfortunately, this is not where I want it. The good news is, you can
easily move your worksheets around. To do this, click and hold on the worksheet tab and drag to
where you want it. Notice, however, there are two icons, a little white sheet and a black arrow. If I
drop the white sheet now, it will actually put the sheet after Sheet2. The icon to look for is the
black arrow. When that gets the right position, release your mouse and the sheet is moved. The
problem is starting with blank sheet is going to be quite a lot of work.
Now you'll notice when I'm clicked on the sheet, it doesn't go fully orange. It goes white with a
hint of. When I take away, I get that full color. So the sheet that is predominantly white is the one
you currently have selected.
Finally, while my staff is actually entering their data, I don't want them to accidentally change my
summary sheet. So I'm going to hide that away. And you may have many reasons to want to hide
things. Maybe its extraneous data, maybe you would just prefer people didn't see it. Simply right
click, come to Hide, and click. The sheet has not been removed. It's just hidden. And to get it back,
all we need to do is right-click on any of the sheet tabs, say Unhide, select the ones you want to
Unhide, and okay.
An alternative quick and simple way of linking text together is using the Ampersand sign. In other
words, rather than using a function, we can use the Ampersand to pull text out of separate
columns and link them together in a new cell. Let's use this to create the email addresses in
column L. While we are no longer using a function, this is still a formula, so we need an equal sign.
The elements for this will be the first name, a dot, the last name, and the new text element which
is @gmail.com. So now we click on the first name, and type the Ampersand sign, followed by a dot
within quotation marks, followed by another Ampersand sign. Now click on the last name,
followed by another Ampersand sign, followed by @pushpin.com within quotation marks, close
quotation marks, and enter. Great. This looks exactly right. It achieve the same effect as the
CONCAT function.