Differentiate between functions and formulas Provide two exa
Differentiate between functions and formulas. Provide two examples of each.
Solution
Formula : it is a statement which contains values ,refereneces to specific cells,names,and functions also
Ex: equation always starts with equals to sign
=1+2+3
Function:
A function is used inside the formula to evaluate the equation .it nothing but few code
Ex: =sum(2+3)+5
