Skip to main content

BRIEF OF EXCEL FORMULAS (PART-1)

EBEES INFOTRAIN CONSULTANCY SERVICES PVT. LTD.

1. SUM : 

Summary 
The Excel SUM function returns the sum of values supplied. These values can be numbers, cell references, ranges, arrays, and constants, in any combination. SUM can handle up to 255 individual arguments.
Purpose 
Add numbers together
Return value
The sum of values supplied.
Syntax 
=SUM (number1, [number2], [number3], ...)

Examples

In the example shown, the formula in D12 is:
=SUM(D6:D10) // returns 9.05

2.Round() : 

Summary 

The Excel ROUND function returns a number rounded to a given number of digits. The ROUND function can round to the right or left of the decimal point.
Purpose 
Round a number to a given number of digits
Return value 
A rounded number.
Syntax 
=ROUND (number, num_digits)
Arguments 
  • number - The number to round.
  • num_digits - The number of digits to which number should be rounded

3.Round down() : 


Summary 
The Excel ROUNDDOWN function returns a number rounded down to a given number of decimal places. Unlike standard rounding, where only numbers less than 5 are rounded down, ROUNDDOWN rounds all numbers 1-9 down.
Purpose 
Round a number down to a given number of digits
Return value 
A rounded number.
Syntax 
=ROUNDDOWN (number, num_digits)
Arguments 
  • number - The number to round down.
  • num_digits - The number of digits to which number should be rounded down.

4.Round Up() : 

Generic formula 
=ROUNDUP(number,digits)
Explanation 
If you need to round a number up, regardless of the value of the digits being rounded (i.e. you want to force any number to round up, regardless of value) you can use the ROUNDUP function with a specified number of digits.
In the example, the formula in cell D7 is
=ROUNDUP(B7,C7)

5.ABS() : 


Summary 
The Excel ABS function returns the absolute value of a number. Negative numbers are converted to positive numbers, and positive numbers are unaffected.

Purpose 
Find the absolute value of a number

Return value 
A positive number.
Syntax 
=ABS (number)
Arguments 
  • number - The number to get the absolute value of.
  • 6. SQRT() : 

Summary 
The Excel SQRT function returns the square root of a positive number. SQRT returns an error if number is negative.
Purpose 
Find the positive square root of a number
Return value 
Positive square root
Syntax 
=SQRT (number)
Arguments 
  • number - The number to get the square root of.

7. Trunc () : 

Summary 
The Excel TRUNC function returns a truncated number based on an (optional) number of digits. For example, TRUNC(4.9) will return 4, and TRUNC(-3.5) will return -3. The TRUNC function does no rounding, it simply truncates as specified.
Purpose 
Truncate a number to a given precision
Return value 
A truncated number
Syntax 
=TRUNC (number, [num_digits])
Arguments 
  • number - The number to truncate.
  • num_digits - [optional] The precision of the truncation (default is 0).

8. Sumif  () : 

Generic formula 

=SUMIFS(sum_rng, crit_rng1, crit1, crit_rng2, crit2)
Explanation 
If you need to sum numbers based on multiple criteria, you can use the SUMIFS function.
In the example shown, the formula in G6 is:
=SUMIFS(D4:D11,B4:B11,"blue",C4:C11,">15")

How this formula works

The first range (D4:D11) are the cells to sum, called the "sum range".
Criteria are supplied in pairs...(range / criteria).
The first criteria pair is (B4:B11 / "blue"). This means cells in B4:B11 must equal "blue".
The second criteria pair is (C4:C11 / ">15"). Cells in C4:C11 must *also* be > 15.
These cells in the sum range will only be summed when all criteria pass.

9.ODD () : 


Summary 
The Excel ODD function returns the next odd integer after rounding a given number up. The ODD function always rounds numbers up (away from zero) so positive numbers become larger and negative numbers become smaller (i.e. more negative).
Purpose 
Round a number up to the next odd integer
Return value 
A rounded number.
Syntax 
=ODD (number)
Arguments 
  • number - The number to round up to an odd integer

9.POWER () : 

Summary 
The Excel POWER function returns a number to a given power. The POWER function works like an exponent in a standard math equation.
Purpose 
Raise a number to a power
Return value 
Number raised to power
Syntax 
=POWER (number, power)
Arguments 
  • number - Number to raise to a power.
  • power - Exponent to raise power to.
Usage notes 
The POWER function can be used to raise a number to a given power. The POWER function works  like an exponent in a standard math equation. In Excel, exponentiation is handled with the caret (^) operator, so:
2^2=POWER(2,2)=4
2^3=POWER(2,3)=8
2^4=POWER(2,4)=16
TO Be Continueeeeee............................(Next Blog)


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...

CHARACTERISTICS OF A COMPUTER & CENTRAL PROCESSING UNIT (C.P.U)

Hello, Readers This Blog will help you understand the Characteristics of Computer & About C.P.U (Central Processing Unit ). Characteristic means Computer capabilities i.e Characteristics of Computer  1.Speed 2.Accuracy 3.Consistency 4. Data Storing Capability 5.Flexibility  A. Speed : A Computer is a very fast device .It can perform , in a few Second ,the amount of work that a human being can do in an entire year working round the clock .The speed of the computer is usually 2 to 4 GHz . A powerful computer is capable of performing  about 10 to 40 million arithmetic calculations in a second. or We can say that Computer speed is measured in   megahertz (MHz) or gigahertz (GHz). One Megahertz equals to one million ticks per second,one Gigahertz equals one billion ticks per second . B. Accuracy : The accuracy of a Computer is consistently high an the degree o accuracy of a particular task is 100% accurate.In  a every computer each and e...

VIRUS

                                  WHAT IS VIRUS ?                                                  A Virus is a program created by programmers which is used to infect the Operating System. After the virus code is written, it is buried within an existing program and once that program is loaded into the computer, the virus replicates by attaching copies of itself to other programs in the system. Viruses  are merely found in the network environment.       Virus is just like that illness for a computer.Think that what happen when you are ill, that your body functions are not working properly.As same Computer Virus is also do the same things with it. The term 'computer virus' was first formally defined by Fred Cohen in 1983. They are always indu...