跳到主要內容

[Tutorial] Beginner Started With Numbers...


Getting Started

Just like Pages, Numbers can be purchased off the App Store for the low price of $19.99 or you can choose to get it pre-installed along with your brand shiny new Mac. And, just like Pages, it also supports iCloud so you can view your spreadsheets across all of your devices.











The splash screen of Numbers, showing the iCloud integration.

Numbers comes with some really well-designed and useful templates, built in, which are sorted by category (e.g. personal finance, business, education and so on) so if you’re looking to whip something up quickly without having to bother design your spreadsheet first, then these may be a good option for you to start with.








Numbers comes with loads of templates already built-in, which is extremely handy if you just want to get up and started straight away.

For this tutorial, however, I’m going to start with a brand new, blank spreadsheet so go ahead and select theBlank template to start with.



Finding Your Way Around


If you’ve used a spreadsheet program before, then Numbers shouldn’t be too difficult to find your way around. Rows run horizontally and are numbered, whereas columns run vertically and are marked with letters. Each spreadsheet can have a number of sheets in it and you can easily add new ones by clicking on the Sheetbutton in the toolbar.




The main interface of Numbers.

You can choose a style for your spreadsheet by clicking on the Styles section in the bottom-right hand corner of the screen. This can make your spreadsheets a lot easier to read which can be important, especially if you’re presenting a lot of data. Though for this tutorial, we’ll keep the standard Basic style.


Working with Data

To show you what you can do with Numbers, I’m going to use some sample data showing sales representatives across various regions in Canada and the items that they have sold. As you can see in the screenshot below, I have the titles for each data set in the top row (Numbers has conveniently placed these in bold, so that I can see them easier) and each set of data running down the rows.

Some sample data that I’ve added in my spreadsheet.
At the moment, the data is completely unsorted. I want to sort it by the number of units sold by each rep, so I can see which one is performing the best. Click on Reorganize in the toolbar (the fourth icon along from the left), where a little dialogue box should pop up:

Reorganising data is a really simple yet useful tool within Numbers.

Here, the default setting is sorting by Region, as you can see in the screenshot above. I’m going to sort viaUnits and I want the sales rep with the highest number of units sold at the top of the table, so I selectdescending. Make sure that the entire table is sorted (not just selected rows) then click on Sort Now. You can now see that my data has been sorted by the number of units and I can see that sales reps “Howard” and “Kivell” have each sold 96 pens and pen sets respectively.

As you can see, my data has been sorted by the number of units sold. The highlighted section shows the top sales reps.
Of course, you can sort via any category — just select the relevant one from the drop down box — and either by ascending or descending values (if you are sorting alphabetically, then choose ascending to sort your data from A to Z).

Formulas

Even if you aren’t a genius at maths, formulas in Numbers can make it very easy to manipulate large amounts of data very easily. There are absolutely loads of formulas built-in to Numbers (so many that this will be covered in more detail in a separate tutorial!) but we’ll have a look at some of the basics here.
Adding up columns of numbers is probably the simplest formula that Numbers offers, but you’ll find that this one comes in handy so many times when you’re using the software! Let’s say that I want to add up my Units,Unit Cost and Total column. I’ve added a blank row right at the bottom for my totals (to do this, hover over the last row — in my case, row 44 — where a little arrow button should appear. Click on this then select Add Row Below; alternatively, select the last row then press Option + Down to add a new one!) so I can see them easier. Select the box where you’d like your total, then type in the following:
=SUM(
It’s probably worth just breaking off here to explain briefly how formulas work in Numbers. In short, you define which cells you’d like Numbers to work with. So, in my Units column (which is column D in this example), if I’d like numbers to add up the first 3 values, then I’d write:
=SUM(D2+D3+D4)
This is, in short, the same as doing:
96 + 96 + 95 = 287
But, I want Numbers to add up the entire column. Of course, I could start typing:
=SUM(D2+D3+D4+D5+...)
This method is extremely long-winded, however. Don’t fret, there’s a simpler solution — just type:
=SUM(D2:D44)
This adds up all the data in cells D2–D44 (D44 happens to be the last cell before my total). Alternatively you can start typing in the formula then select the data values you wish to calculate with using the mouse, as you can see in the screenshot below:

Notice how Numbers has coloured the column blue, making it easier to see which data is being manipulated.
Numbers has highlighted the cells that I’m going to be working with in blue. When you’ve finished, click on the little green tick icon in the formula box (or simply hit Enter) and the result should be displayed for you. This method works for a variety of other formulas, such as AVERAGE (to find the mean of a data set), MIN (to display the minimum value), MAX (to display, you guessed it, the maximum value) and COUNT (to give you the number of observations or data sets).
I mentioned earlier that I wanted to extend this formula to the other columns. I could do it the long-winded way and enter the formulas separately in each column, however there is a quicker way: simply hover over the bottom right-hand corner of the cell you’ve just used for the formula (the cursor should change to a cross symbol) then drag it across to the next column:
Numbers conveniently displays a preview of the result and the formula is automatically applied to the next column. So, as you can see in the screenshot above, my =SUM( formula has been applied to column E and F (my Unit Cost and Total column).
This method of dragging can also be used in other scenarios. Say, for example, you wanted a column with a sequence, for example, the months of the year, in there. Simply enter the first couple of values (I usually do 3, so Numbers cottons on quickly), i.e. January 2013, February 2013, March 2013 then click on the bottom-right hand corner of the cell containing March 2013 then drag downwards. Numbers will automatically continue the sequence, meaning that you don’t have to enter each value manually.

Working with a sequence within Numbers.

Sequences can be almost anything, from numerical (e.g. 1, 2, 3; 2, 4, 6; 10, 20, 30) to days and years. Just ensure you enter the first couple of values so Numbers knows what kind of sequence it is!

Formatting Cells

Formatting cells within Numbers is really easy to do and is fairly similar to Pages. Running along the top, you’ve got the toolbar where you can change the font, its size, the background colour and the font colour of your individual cells. You can also change the number format within cells; looking at the screenshot below the 1.0 icon will format your cells as a number with 2 decimal places, the £ symbol will format it as a currency (using your Mac’s default regional settings), the icon as a percentage and the tick icon as a checkbox.

The formatting toolbar within Numbers.
For more advanced cell formatting options, you can click on the little downwards arrow which will present you with a few more options (e.g. dates, times and alternative currencies). You can also increase and decrease the number of decimal places by clicking on the .00 and .0 buttons respectively — Numbers will automatically round off any cells as required.

Exporting Your Work

Numbers allows you to export your spreadsheets in either PDF, Excel or CSV format. To do so, just click on File then Export where you can choose your desired format. If you save it to iCloud then it’ll appear on all your iOS devices as well, where you can edit it on the move and all changes will automatically be synced when you get back. You can also revert spreadsheets back to previous versions by clicking on File then Revert To and select Browse All Versions.

The Versions view within Numbers.
As you can see from the screenshot above, you’ll be presented with a Time Machine-like view allowing you to scroll back through all versions of your spreadsheet. Any changes you make are automatically synced, so if you’ve made a major error and don’t fancy hitting Command + Z (undo) a hundred times, then the Versions feature can save you a lot of time!

That’s It!

Congratulations, you’ve successfully reached the end of this tutorial! Numbers is of course a really advanced application that allows you do an awful lot of stuff (and too much to cover in one tutorial) so I’ll be covering some more specific features in future tutorials. This one is simply designed to give you an overview of it and how it works – especially if you’re switching from another spreadsheet, such as LibreOffice’s Calc or Microsoft’s Excel.
I hope it has been useful and if you need any help with anything then just ask me in the Comments section below – I’ll be glad to help you out!

這個網誌中的熱門文章

正確設置404頁面及其他.505,500....

正確設置404頁面 404頁面的設置是否正確直接關係到網站粘性,而現在很多網站的錯誤頁面返回碼都是200和302,只要蜘蛛爬行錯誤頁面不是404,那麼你的404頁 面設置就是錯誤的了,這裡跟大家介紹如何正確設置404頁面。 怎麼正確設置404頁面?很多人看到這個話題可能覺得下文不屑一顧,其實你是否知道自己的404頁面有沒有設置正確呢?很多開源的cms系統和博客 系統都會帶有404頁面,你是不是覺得這樣已經ok了?不用設置了?這些想法是錯誤的,我們做優化的時候,應該測試404頁面時候生效,設置是否正 確等。下面我們詳細說明怎麼設置404頁面。 這先說一下怎麼樣的404頁面才是有效的404頁面。大家應該都知道搜索引擎是通過http狀態碼來識別網頁狀態的,那麼當蜘蛛檢索到一個錯誤鏈 接時,就需要返回404狀態碼來告訴搜索引擎,這個頁面是錯誤頁面,以後不用索取了。而如果返回200,則告訴搜索引擎這個頁面是正常頁面。 所以我們要查看網站錯誤頁面的返回碼是200還是404,而現在很多網站的404頁面返回碼是200而不是404.    那怎麼正確設置404頁面?

Mac OS X Server 架設兩個網站、兩個郵件伺服器

from:http://www.bnw.com.tw/conference/viewtopic.php?t=208 我的需求要更簡單。  朋友的工作室就兩三人而已,另外一個工作室也是兩三人。  希望有屬於自己的網站及網域名稱郵件  www.123.com   abc@123.com  

Mac mini server(2012 年末和 2011 年中):如何將 OS X Server 安裝到軟體 RAID

重要事項 這些步驟會清除 Mac mini Server 中兩個磁碟機上的所有資料。雖然您可以重新安裝 OS X Server,但是請務必確認這些磁碟機上的任何其他資料都已完成備份,然後再繼續。 您無法在 RAID 卷宗上建立恢復分割區。如果沒有恢復分割區, 將無法支援 OS X 的某些功能 ,因此您應該考慮使用 恢復磁碟輔助程式 建立外接恢復磁碟,然後才建立 RAID 卷宗。 本文所提供的步驟需要使用透過 WiFi 或乙太網路的寬頻 Internet 連線。您的網路連線必須符合 這篇連結文章 的「重新安裝 OS X 的需求」一節中,針對 Internet 回復功能所述的需求。 安裝步驟 按住 Command、Option 和 R 鍵的同時啟動 Mac mini Server,以便啟動進入 Internet 回復模式。這可能要花數分鐘的時間。看到旋轉地球和“正在從網路啟動回復程序”訊息時,放開這些按鍵。