72.4k views
0 votes
Which spreadsheet function will display 6 as the output in the following formula

= (36)

User Millikan
by
7.8k points

1 Answer

4 votes

SQRT(number) is the function that will display the required answer of your question.

=SQRT(36) that will display 6


there are some other function to perform same operation.

the POWER( ) function, but here you need to put 1/2 as power to get the square root.

=POWER(Cell number,1/2)

=POWER(G7,1/2)


User Monstr
by
8.8k points

No related questions found