Skip to main content

SPREADSHEET (PART-1)

                                          SPREADSHEET




INTRODUCTION 


Spreadsheet applications (sometimes referred to simply as spreadsheets) are computer programs that let you create and manipulate spreadsheets electronically. In a spreadsheet application, each value sits in a cell . You can define what type of data is in each cell and how different cell depend on one another. The relationships between cells are called formulas, and the names of the cells are called labels.



A table of values are arranged in rows and columns. Each value can have a predefined relationship to the other values. If you change one value, therefore you may need to change other value as well,  or they will change automatically.

Once you have defined the cells and the formulas for linking them together, you can enter your data.You can then modify selected values to see how all the other value change accordingly.


  • Excel 2010 is most popular spreadsheet program where you design your worksheet. 
  •  Intersection point of Row and Column is called Cell


Element of Electronic Spreadsheet 

  •  Workbook
  •  Worksheet 
  •  Chartsheet 
  •  Row
  •  Column
  •  Cell 
  •  Formula
  •  Function 


Workbook 


A workbook is a collection of many worksheets . In a single workbook, you can store information in an organized manner. By default, a workbook opens with three worksheets and it can contain a maximum of 255 worksheets.


Worksheet 


A worksheet is a sheet made up of rows and columns . It is used for planning a project or financial documents of an organization . Worksheet refers to the actual document you create by using the spreadsheet. A worksheet is always stored in  a workbook.




Chartsheet 


Chartsheet is a separate sheet in a workbook that contain only graphs or charts. It is useful when you want to see a chart or tabular data separated from other types of data.




Row


 A row is a horizontal block of cells that runs through the entire width of the worksheet. The rows are numbered from top to bottom along the left edge of the worksheet. The First row is numbered 1and the last row end upon 1,048,576 rows and 16,384 columns in Excel 2010 worksheet.



Column


A column is a vertical block of the cells that runs through the entire worksheet. A worksheet contains 16,384,(A to XFD ) columns. The first Column is A and second is B and so on . The Last column of the worksheet, XFD is the 16,384th column .

Cell 


A cell is the intersection of a row and a column.  For example,  the uppermost cell is A1 (column A, row 1 ). In worksheet in which cell you work that cell is called"Active Cell "


Formula 


Formula are equation that perform calculation on values in your worksheet .It is an order of values, names, cell reference, functions and operators in a cell that together give a new values. A formula always begins with =(equal) sign.


Function 


Functions are pre-defined formulas or programs that perform calculations in excel o specific values , called arguments. Each function takes specific types of arguments such as numbers, references , text or logical values.


Here I discussed about Excel .Excel is the one of the vast part of Microsoft Office Suit . I give you each and every solution to learn it yourself without any help when you read my blog one by one I create Excel Blog in Various part for easy learning .

You ask any query regarding the topics, content, images or any things which you liked or not liked .



Comments

Popular posts from this blog

WHAT IS A COMPUTER? Hardware & Software

In this blog we will discuss about ,"What is computer and differences among its part as Hardware & Software". We know that all information are scattered in google but I want to make it easy for our readers.Otherwise it is difficult to know which information is right and which is wrong . My Blog is dedicated to learners & easy learning  WHAT IS A COMPUTER? What is Computer  : Computer is an electronic device that is designed to work with Information. The term computer is derived from the Latin term  ‘compute’ , this means to  calculate  or  programmable machine .   Therefore computers can perform complex and repetitive procedures quickly, precisely and reliably. Modern computers are electronic and digital. All general-purpose computers require the following hardware components: §   Central processing unit (CPU) : The heart of the computer, this is the component that actually executes instruction...

SOME UNKNOWN ABOUT COMPUTER PART-2

                            PART -2  ( UNKNOWN FACTS) A) Charles Babbage in 1833 invented all the parts that are now used for the modern computer. But the first ‘modern’ computer was invented only 120 years later.   EBEES CORP B)Z1 was the first fully operational digital computer developed by Konrad Zuse in 1936.  In 1939 , he created the Z2 as the first  electro-mechanical computer in the world. While Charles Babbage is being considered as the “ father of the computer ”, Zuse can be considered as the inventor of the “modern computer”. C) The first disk drive to use removable media was the IBM 1311 . You may not believe, but as you can see in the image below, it resembles the look of a washing machine. It was quite big, yet it had a storage capacity of fewer than 5 megabytes.    DISK DRIVE D) Amazon.com did not start ...

DIFFERENT OPERATORS IN MS-EXCEL

                                    OPERATORS   Operators are used in formulas to execute operations on the values taken by formulas.  Excel use 4 types of operators : 1.Arithmetic Operators 2.Text Concatenation Operators  3.Comparison Operators  4.Reference Operators  www.ebeescorp.com Arithmetic Operators This operation will explained through example Example  Text Concatenation Operators   This operation will explained through example Example  Comparison Operators  To compare values you can create formulas using comparison operators. These operators return a TRUE or FALSE result depending how the formula evaluate the condition .Some common operator are as follow: Reference Operators  Reference operators enable you to combine absolute and relative references and na...