Wednesday, September 13, 2023

M.S Excel Notes Exam of point view Computer Operator

 Microsoft Office Excel 2007


Application Name:-Excel.exe

Extension Name:-xlxs


M.S Excel is the most powerful spreadsheet Package developed by Microsoft Corporation U.S.A. Spreadsheet is a columnar pad used for calculation. It is designed for official purposes. It helps us to create a data file because It has a very powerful tool which makes us faster more than normal activities. It helps us to create tables also with powerful style. Especially M.S Excel is design for create a data file.






















  1. How to start M.S Excel ?


  • Click on start Menu 

  • Select Programme 

  • Choose Microsoft Office 

  • Click on M.S Excel 2007

Or,

  • Press Home key + R 

  • Run box will appear then

  • Type “excel”

  • Click on Ok and Press Enter


Workbook:- A Microsoft Office Excel workbook is a file that contain one or more worksheets that you can use to organize various kind of related information.


Worksheet:- An Excel worksheet is a single spreadsheet that contains cells organized by rows and columns. A worksheet begins row number one and column A. Each cell can contain a number, text or formula.


Worksheet is the collection of rows and columns. There are 256 Columns and 65536 rows in Excel 2003.

1048576 rows and 16384 columns in 20007.


Cell:= A cell is the intersection between a row and a column on a spreadsheet that  starts with cell A1.


Cell Range:- It is the group of cells. Cell range is Denoted by double dots (..) or column signs (:).


Functions:- Function are the predefined formula that perform calculation in M.S Excel allow solving problems quickly which work in the worksheet. The Following function are used in MS Excel as below:


  •  = Today () :- It is used to display date according     to the system date.

  •  = Now () :- It is used to display today date and 

Time according to the system date.

  •  = Sum () :-  It is use to calculate the sum values of number.

  •  = Average () :- It is use to calculate the Average (percentage).

  

  •  = Count () :- It is use to count the items numbers Which is selected.

  • = Min () :- It is use to display the minimum Values of selected items(numbers).

  • = Max () :- It is use to display the maximum Values of selected items(numbers).

  • = If     () :- The most command and logical function is the IF Function, which allow you to developed several kinds of tests based on Operators used in the statement. It is used to make the condition.


🎉 Syntax :-


If (condition, value if true, value if false)

  • unchecked

     > is greater than

  • unchecked

     < is less than

  • unchecked

     = is equal to 

  • unchecked

    >= is greater than or equal to

  • unchecked

    <=   is less than or equal to

  • unchecked

    <> is not equal to 


  •  And () :- The AND logical function returns the value TRUE if all of its arguments are true;

Otherwise it returns the value FALSE. It is used to make the given condition true.


🎉 Syntax :-

=or (condition 1, condition 2 ….)

=if(or(B2>=50,C2>=55),”P”,”F”)


  • = Or () :- The Or Logical function returns TRUE if one or more of its argument is true ;

Otherwise It returns FALSE. It helps us to make any one true from the given condition .


🎉 Syntax :-

=or (condition 1, condition 2 ….)

=if(or(B2>=50,C2>=55),”P”,”F”)


  • = Not () :- It helps us to make false to the given conditions.

  • = Sum () :- The sum if function adds the cells specified by the given criteria.

🎉 Syntax :-   = Sumif (range, criteria, sum range)


  •  = Countif () :- It counts the number of cells with a range that meet the given criteria.

🎉 Syntax :-  = count (range,  criteria )


  • = Sqrt () = This function gives us to square root of given number. 

 🎉 Syntax :-  = Sqrt (64)

  • = Product () :- This function is used to find product of given numbers.

  • = Rank () :- This function is used to give the position of the selected numbers.

  •  = Round () :- This function is used to remove the decimal number of the Selected item.


Exercise 1 🟰



  1. Condition:- Discount is 5%, Vat  is 13%

  2.  Total = Qty * Rate or = C2*D2, or =product(C2:D2) Press Enter key.

  3.  Discount:-  =Total*5%,  = E2*5% Press Enter key.

  4.  Net Amount = Total - Dis

  5.  Vat:-  =Net Amount*13%, =G2*13%  

Press Enter key.

  1.  GT :- Net Amount + Vat



Exercise 2 🟰

Age Differences


A

B

C

D

E

S.N

Name

Address

Age

Remarks

2

Ram

Biratnagar

20

?

3

Shyam

Ithari

11

?

4

Hari

Dharan

45

?

5

Mani-

Biratnagar

26


  

Conditions:- 

  1.  If age is 0-12 = Child Age 

  2.  If age is 13-19 = Teen Age 

  3.  If age is  20-35 = Young Age 

  4.  If age is  36- 55 = Adult Age 

  5.  If age is  56- above  = Old Age


=If(D2<=12,”Child”,If(D2<=19,”Teen”,If(D2<=35,”Young”,If(D2<=55,”Adult”,”Old”))))


Exercise 3 🟰

Telephone Bill


 









Conditions:- 

Minimum Call :- 175

Minimum Charge :- 200

Excess Per Call :- Rs 1.35

Vat :- 13%

TAx :- 15%

Formula:- 

Excess call =If(E2<175,E2-175,0)

Total R.s :-  200+F2*1.35 

VAt :-  G2*13%

Tax :-   G2*15%

GT  :-  G2+H2+I2


Exercise 4 🟰

Electric Bill


















Conditions:- 

Minimum Units :- 120

Minimum Charge :- Rs.80

Excess Per Unit :- Rs 7.35

Formula:- 

Excess Unit =If(E2>20,E2-20,0)

Total R.s :-  (80+F2*7.35) 


Exercise 5 🟰

Salary Sheet 


   












TADA :- Travelling and Daily Allowance

HRA  :-  House Rent Allowance 


Conditions:- 

Bonus :- If salary is less than 10000, bonus is 10% and GReater than 10000, Bonus is 7%

TADA :- If Adress is out of Biratnagar, TADA is 5% if Adress is in Biratnagar TADA is 0%

HRA :- If Adress is out of Biratnagar and salary is less than 15000 then HRA is 7% and If not HRA is 0%

Vat :- 13%

Formula:- 

Bonus =If(E2<10000,E2*10%,E2*7%)

TADA   =If(C2<>”Biratnagar”,E2*5%,0)

HRA     =If(and(C2<>”Biratnagar”,E2<15000),E2*7%,0)

VAt :-  E2*13%

Net Salary :- =E2+F2+G2+H2-I2


Home Tab


  1. Fill :- It copy the contents and formats of selected range into cell down, up, left and right side.


  1. Series: It is used to fill number in columns and rows as a sequential value.

  1.  Type a no.1 in blank cell and press Enter

  2.  Re-select no.1 of cell 

  3.  Click on Home Tab (Under Editing Group)

  4.  Click on Fill Downward arrow ()

  5.  Click on series 

  6.  Choose the series in row or column 

  7.  Click on stop box and type your stop value

  8.  Click on Ok


  1. Transpose:- 

 = This option is used to change the row value into column and column values into row.

  1.  Select the data cell range 

  2.  Copy the selected cell

  3.  Palace the cursor in any cell 

  4.  Right click on cell 

  5. Click of Paste special 

  6. Tick of Transpose Option

  7.  Click on Ok


  1. How to Delete Sheet ? 

 = It removes the selected Sheet from current workbook.

  1.  Select Sheet which you want to Delete 

  2.  Go to Home TAb (Under Cell Group)

  3.  Click on Delete

  4.  Click on Delete Sheets.


  1. How to Insert rows, columns and Sheet ? 

  1.  Place the cursor where you want to insert rows and column

  2.  Go to Home TAb (Under Cell Group)

  3.  Click on Insert

  4.  Click on Insert rows, columns and sheets.


  1. How to break Page? 

  1.  Go to view Tab

  2.  Click on Page break (Under workbook views)

  3.  Click on Page break Preview


  1. How to show Document in normal view?

  1. Go to View TAb

  2. Click on normal 


  1. Header and Footer 

= This command is used to insert the page number on the page.

  1.  Go to Insert TAb

  2.  Click on Header and Footer (Under Text Group)

  3. Choose the number

  4.  Click on Ok 

Note: To see the Page number only in print Preview.


  1. Row:-  = This command is used to insert the row on the top of the active cell. 

  1. Click on Home Tab

  2. Click on rows


  1. Column  = This command is used to insert the column in the left side of the active cell. 


  1. Worksheet:- = This command is used to insert the Blank worksheet.

  1.  Go to Home Tab 

  2.  Under Cell Group, Click on Insert 

  3.  Click on worksheet


10.Chart:- = This command is used to insert the Chart of selected DAta.

  1.  At first make a TAble 

  2.  Select data 

  3.  Click on insert tab

  4.  Click on chart 

  5.  Select chart type and style 

  6.  Like Pie chart, Column chart, Bar chart etc

  7.  Click on next button 

  8. Click on next

  9.  Type chart title and -x axis value and -y axis values.

  10.  Click on next 

  11.  Click on Finish 

Tips: If you want to add Table chart, Legend, data labels, data table select chart and go to layout TAb.


  1. Number:- = This command is used to give a currency symbol for selected DAta.

  •  Click on Home Tab

  •  Click on Number Group 

  •  Click on Currency 

  •  To change currency symbol

  • Click on Start button 

  •  Click on Control Pannel

  • Open Regional and Language Option 

  •  Click on Customize/ Additional setting

  •  Click on currency 

  •  Type your Required currency symbol like as Rs.

  •  Click on apply

  • Click on Ok

  • Click on Ok


  1. Alignment:- = This command is used to give the alignment for the text or style.

  •  Select Data 

  •  Click on Home Tab

  • Click on Alignment

  •  Change the degree of alignment

  •  Click on Ok


  1. Font:- = This command is used to change a font style and colour etc.

  •  Select the Data 

  • Click on Home TAb

  •  Click on Font Group 

  •  Click on Font Select the required Option


  1. Merge Cell :- = Join the selected cells into one larger cell centre the contents in new cell.

  •  Select cell

  •  Go to Home Tab

  • Under Alignment Group, Click on Merge and Center  


  1. Wrap Text:- = Make All contents visible within a cell by displaying it on multiple lines 


  1. Border:- = This command is used to set the Border for the Data.

  •  Select the Data 

  • Click on Home TAb

  •  Click on Font Group 

  •  Click on Border

  •  Select all Border Option 


  1. Conditional Formatting:- = This command is used to apply the colour for the data with given required conditions.


Steps:

  •  Select the cell or sheet

  •  Click on Home Tab

  •  Click on Conditional Formatting 

  •  Click on new rule

  •  Click on Format cell use 

  •  Choose any required Condition (Less than, grater than, between , Non Between)

  •  Type number in the given box

  • Click on Format Button 

  •  Choose the font color 

  •  Click on Ok, If you want to add more then, repeat the same process Like above.


  1. How to Delete Conditional formatting ?


  •  Select the cell or sheet 

  •  Go to Home Tab

  •  Click on Conditional Formatting 

  • Click on clear rule 


DATA TAB


  1. Goal Seek :-  = Goal seek is method to find specific value for a cell by adjusting the value of one other cell.

  •  Click on value of total amount 

  •  Go to data tools, what if analysis 

  •  Click on Goal seek 

  •  Type new target value in to value box

  •  Click on by changing cell box then select the value of rate 

  •  Click on Ok 

  •  Click on Ok 


  1.  Sort :-  = This command is used to arrange the given data into required order form. (Ascending Order and Descending Order)

  • Select the given data 

  • Go to Home TAb (Under sort and filter group)

  • Click on Sort A to Z and Z to A



c. Auto Filter:-  = Filter Selected Information automatically using list boxes. This give you the ability to display or Print only that information that matches the value or range of values. 
    • Place the cursor TAble heading 

    • Go to Data TAb

    • Click on filter


View Tab

Freeze Panes:-

= Freezing panes allows you to select data the remains visible when scrolling in a sheet. For Example, keeping rows and columns labels visible as you scroll.


1 comment:

COMPUTER OPERATOR HELPFUL NOTES HTML NOTES

  HTML   HTML stand for Hyper Text Mark up Language. It is the language used for creating webpage. To write   the HTML codes we can use ...