0% found this document useful (0 votes)
39 views5 pages

Function Formual PDF

This document provides a list of 33 functions that can be used in spreadsheets. It describes functions for date/time, text manipulation, counting, mathematical operations, lookups, and conditional formatting. Examples are provided for each function to demonstrate its usage.

Uploaded by

Adil Latif
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views5 pages

Function Formual PDF

This document provides a list of 33 functions that can be used in spreadsheets. It describes functions for date/time, text manipulation, counting, mathematical operations, lookups, and conditional formatting. Examples are provided for each function to demonstrate its usage.

Uploaded by

Adil Latif
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

FunctionFormulas

1. Show date or time


=now( )

2. Show only date


=today( )

3. Convert upper to lower case


=lower(select capital letter)

4. Convert lower to upper case


=upper(select small letter)

5. Convert to proper
=proper(select text)

6. Count of character
=len(select text)

7. Count of digit cell


=count(select digit cell)

8. Count of same number


=countif(select rang area , type digits)

9. Count of days
=n(select new date - select old date)

10. Count of blank cell


=countblank(select rang area)

11. Count of rows


=rows(select rang area)

12. Count of columns


=columns(select rang area)

13. Show side of row


=row()

14. Show side of column


=column()

15. Show value of power


=power(2,5)

16. Joint of two name together


=concatenate(select name,”space”,select other name)

17. Show average


=average(select marks)

18. For multiplications


=product(select digit , select second digits)

19. Age calculate-


= datedif(select DOB, select today, ”y”)
= datedif(select DOB, select today, ”ym”)
= datedif(select DOB, select today, ”md”)
20. Left:- it returns the first (or left most) character or
characters in a text string.
=left(“salesman”,5)

21. Right :- it return the last (or right most) characters in a


text string.
=right(“salesman”,3)

22. Trim:- it removes all spaces from text except from single
space between words.
=trim(select text)

23. Abs :- it returns the absolute value of a number.


=abs(-162)

24. Fact :- it returns the factorial of number.


=fact(5) Ans:-
120 Ex.-
5*4*3*2*1
25. Round :- it round a number to a specified number of digit.
= round(96.54,1)

26. SQRT :- It return a positive square root.


=SQRT(64)
27. vLookup :- any record find show in details of the list.
=vlookup(select text, select range area, no. of
column,0)

28. Hlookup :- search data


=hlookup(select text ,select range area, number of row ,0)
29. Roman function converts a number to roman numeral.
=roman(type number)

30. Returns the reminder after number is divided by divisor.


=mod(number, divisor)
31. IF function formula –
=if(select percent>33,”pass”,”fail”)
32. If you want to add using condition then use SUMIF function
formula
=SUMIF(range,criteria,sum_range)
33. If you calculate which date which day then use TEXT
formula
= text(select date,”dddd”)

Visit our channel form more information – click link

You might also like