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

INPUT DEVICES

                                                What is Input Devices? Input Devices are used to enter data or information into the computer or other data processing devices. Here are some Devices as follow: Keyboard   Mouse Joystick  Scanner  Voice Input and Recognition  System Optical Mark Reader  Magnetic Ink Character Recognition  Web Camera  Video Camera  AnyProject Management Courses Short Note over Input Devices :  Keyboard Keyboard is the main input device .Programs and any type of data entered into the computer through it . keyboard is attached to the computer, may be it is wired or wireless .A keyboard is similar to the keyboard of the typewriter. It contains alphabets, numbers, special characters ,arrow keys. When keys are pressed it give electric sign...

TYPE OF LANGUAGE & TRANSLATORS of the Computer

                                                                            LANGUAGES OF THE COMPUTER Languages of the Computer All we known about computer that it is a electronic device. It do it task after instruction are given to it by the user. But we should also known about it's language too. Computer is a machine oriented. It understand only programming language & machine language or we can say binary language. Web Designing Courses What is Binary Language ???? Binary is a way to show any type of data (such as number and text ). Computer work only in binary language. Binary is a number system and is known as a base 2 system because it uses two characters- 0 & 1   Basic Types of Programming & Computer Languages are : 1.Low - Level Language a) M...

FORMULA MS-EXCEL PART-4

                                DATE & TIME  FUNCTION   1. TODAY ( ) :- Summary  The Excel TODAY function returns the current date, updated continuously when a worksheet is changed or opened. The TODAY function takes no arguments. You can format the value returned by TODAY using any standard date format. If you need current date and time, use the  NOW function . Purpose  Get the current date Return value  Valid Excel date Syntax  =TODAY () Arguments  Usage notes  The TODAY function takes no arguments, and returns the current date, updated whenever a worksheet is changed or opened. You can also use F9 to force the worksheet to recalculate and update the value. If you need a static date that won't change, you can  enter the current date using the keyboard shortcut  Ctrl +...