Math, asked by ANKITRAI7072, 1 year ago

The default name of a ____ is a letter and a number

Answers

Answered by Jasleen0599
3

Answer: The correct answer is CELL. The default name of a CELL is a letter and a number.

The cell is used to determine whether the first elements inserted in the excel is a number or a letter. There's a formula to check the result.

First of all, choose the blank cell where the checking is needed to be done. Then apply the formula =IF(ISERR(LEFT(A2,1)*1),"letter","number"). On pressing the enter key, the result will be displayed.

Similar questions