{
    "success": true,
    "data": {
        "id": 1012046,
        "msgid": "back-to-basics-means-exploring-spreadsheet-1447893297",
        "date": "1994-12-19 00:00:00",
        "title": "'Back to basics' means exploring spreadsheet",
        "author": null,
        "source": "JP",
        "tags": null,
        "topic": null,
        "summary": "'Back to basics' means exploring spreadsheet By Zatni Arbi JAKARTA (JP): Nowadays, \"back to basics\" may sound like a tired, overused phrase. However, sometimes it does us good to get back to the basics so that we don't lose ground. For some time now, we have been exploring the latest in software programs to see whether they are worth spending our hard-earned rupiahs on, and whether they are worth having on our hard disks.",
        "content": "<p>'Back to basics' means exploring spreadsheet<\/p>\n<p>By Zatni Arbi<\/p>\n<p>JAKARTA (JP): Nowadays, \"back to basics\" may sound like a<br>\ntired, overused phrase. However, sometimes it does us good to get<br>\nback to the basics so that we don't lose ground.<\/p>\n<p>For some time now, we have been exploring the latest in<br>\nsoftware programs to see whether they are worth spending our<br>\nhard-earned rupiahs on, and whether they are worth having on our<br>\nhard disks. Now, it is time to adjust the course of our journey<br>\nand see what we can extract from the software we already have.<\/p>\n<p>Spreadsheets are just one of the things that have made<br>\npersonal computers so meaningful. Apple II, for example, took off<br>\nso quickly because of VisiCalc, the precursor of today's<br>\nspreadsheet programs. Today, everybody is familiar with Lotus 1-<br>\n2-3; in fact, most of us confuse the name of the company and its<br>\nflagship product. We would say, \"Why don't we just create the<br>\ntable in Lotus?\" while what we mean is to create it in 1-2-3.<br>\nIt's so popular, yet so many people -- including my own<br>\ncolleagues who have become so fluent in using word processors<br>\nsuch as WordStar, Ami Pro and WordPerfect -- shy away from<br>\nspreadsheets because they think they are hard to learn.<\/p>\n<p>So, in our return journey to the basics, we will explore the<br>\nreal basics of the spreadsheet. Our discussion will probably<br>\nremain so basic throughout this article that you may not even<br>\nbelong here.<\/p>\n<p>A crash course<\/p>\n<p>First, what is a spreadsheet? Well, you must have seen an<br>\naccountants' columnar paper or book. Accountants record all the<br>\nfinancial activities of their organization on the paper or in the<br>\nbook. The pages are characteristically full with columns. You see<br>\ntables, you see labels and you see figures.<\/p>\n<p>A spreadsheet is just an electronic representation of the<br>\naccountant's book. If you're still not sure what I mean, then<br>\nlet's think of another analogy. Think of a huge housing estate<br>\nthat has a grid system of roads. There are numerous houses in the<br>\nestate, each is circled by these roads, and each has its own<br>\naddress.<\/p>\n<p>A spreadsheet is just like an estate. The houses are the<br>\ncells. In a typical Windows spreadsheet, you'll recognize what I<br>\nmean by cells immediately since the cell grid-like boundaries are<br>\nquite visible. Take a look at the accompanying illustration, and<br>\nyou'll know what I mean.<\/p>\n<p>Just like the houses in the estate, the cells in a<br>\nspreadsheet are distinct. Each has its own \"address\" and specific<br>\ncontent. How do you know their addresses? Well, each cell is<br>\nbasically the intersection of a column and a row. So, when a cell<br>\nis located in Column C and Row 4, its address will be C4. If it<br>\nis located in Column X and Row 235, its address will be X235.<br>\nIt's that simple.<\/p>\n<p>Now, where do we find the column and row names? You'll find<br>\nthem on the upper and left edges of each spreadsheet. This is<br>\ncalled the spreadsheet frame. How many cells are there in a<br>\nspreadsheet? The number may vary from one program to another, but<br>\nusually there are 8,192 rows and 256 columns. That's certainly<br>\nmore than you would care to count. The most important thing is<br>\nthat you learn the addressing convention of the cells. You have<br>\nto get used to addresses like K25 and HV43.<\/p>\n<p>Cell contents<\/p>\n<p>If a house accommodates humans, furniture and activities, a<br>\ncell is filled with three things: (1) Text; (2) Figures, and (3)<br>\nFormula.<\/p>\n<p>The text that fills a cell is called a label. So, for<br>\ninstance, the word \"Items\" in cell C2 in the illustration is a<br>\nlabel, and so are the words in cells D2, E2, F2, C3, C4, C5, C6,<br>\netc. Labels are just what the word itself means; they give<br>\nmeaning to the contents of other cells underneath or to the right<br>\nof themselves.<\/p>\n<p>When you enter a number instead of a string of text, it will<br>\nbe stored as a value. When I went to Glodok Plaza to shop for<br>\ncomputer supplies last week, I spent Rp 100,000 on diskettes. In<br>\nF3, 100,000  is a value and is different from a label. The label<br>\n\"Diskettes\" in C3 gives meaning to the value \"100,000\" in F3.<\/p>\n<p>How do I get the value 100.000,00? Well, the price of one<br>\nbox of ten diskettes was Rp 25,000, and I bought four boxes. I<br>\nmade a calculation, I multiplied 25,000 by 4, and I got that<br>\nvalue. But the spreadsheet did all this for me. All I have to do<br>\nis enter what is called a formula  into the cell.<\/p>\n<p>When I wanted to enter a formula in F3 that will multiply<br>\nthe content of cell D3 by the content of cell E3, I entered the<br>\nfollowing: \"+D3*E3\" or \"=D3*E3\". This intelligent spreadsheet<br>\ncalculates the operation, and gave me the value \"100,000\". Isn't<br>\nthat neat? You can see another example of the formula in F14 in<br>\nthe illustration.<\/p>\n<p>You can use operators such as multiplication, division,<br>\naddition and subtraction in your formulas. You can also create<br>\nvery complex formulas, depending on your need. The possibilities<br>\nare almost limitless.<\/p>\n<p>Navigating<\/p>\n<p>As I said before, a spreadsheet is a huge piece of<br>\nelectronic columnar paper. On a high resolution display, you may<br>\nbe able to see as many as 11 columns and 30 rows at any time. On<br>\na standard VGA display, however, you'll see much fewer. That's<br>\nwhy a high resolution display system is preferable when people<br>\nwork with spreadsheets.<\/p>\n<p>To move from one cell to another, you have to move the cell<br>\npointer. Just like the insertion point of a word processor, you<br>\ncan move the cell pointer using the four arrow keys. Or, you can<br>\nmove it directly to a particular cell using the mouse.<\/p>\n<p>If you get lost in this huge housing estate, just remember<br>\none thing: Pressing  or  will take you directly<br>\nto A1. A1 is always your starting point, like the \"do\" in do-re-<br>\nmi.<\/p>\n<p>Many uses<\/p>\n<p>Spreadsheets are handy, and if you're still not using it<br>\nafter reading this super-basic introduction, shame on you. It's<br>\nnot so difficult to learn, and I guess the above short lesson<br>\nwould be understood even by a true computer-phobic.<\/p>\n<p>Although it borrows the basic idea from the accountants'<br>\npaper, you can use spreadsheets for a wide variety of purposes. I<br>\nuse spreadsheets to create tables. In fact, I am now building my<br>\nown dictionary of specialized terms in Indonesian and English<br>\nwith the help of a spreadsheet. People in corporations use them<br>\nto create large databases, complete with their data entry forms.<br>\nAnalysts use spreadsheets to analyze data and create scenarios.<br>\nThey play \"what if\" games with spreadsheets. Scientists can even<br>\ndo regression analyses with the built-in analytical tools.<\/p>\n<p>The tables, labels and so forth do not have to look dull as<br>\nthe one that you see spreading from B2 to F7. The table in B10 to<br>\nF15 is nothing more than a carbon copy of this table, but I have<br>\napplied some very simple decorative tricks to this copy. I<br>\nchanged the color of the cell background, and I changed the color<br>\nof the characters to white. Today, spreadsheet programs are<br>\nloaded with a plethora of formatting options.<\/p>\n<p>The potential of a spreadsheet is unlimited, and therefore<br>\nyou should learn to use it. Remember, it's just labels, values<br>\nand formulas.<\/p>",
        "url": "https:\/\/jawawa.id\/newsitem\/back-to-basics-means-exploring-spreadsheet-1447893297",
        "image": ""
    },
    "sponsor": "Okusi Associates",
    "sponsor_url": "https:\/\/okusiassociates.com"
}