In: Technology | 548 days ago
In Ms Excel,the function you want to perform must be written in the function bar with the address of the cell that contains the values.if u want to do a same function with different values, use the brackets with multiple values inside it.
211 days agoIn Ms-Excel, there is no such function named, Function function. According to me, the question maybe Function within a function is correct. If it is the question, we call it as nesting functions. Nesting Function means a function within another function. That is, a function may be one of the argument of another function. Example: sum(average(1,2,3),7) returns the value 10. First the average function returns the value 3 which is an argument for sum function, adds it with 7 and returns the value 10.
229 days ago