Write any two rules for defining names?
Answers
Answered by
0
Explanation:
The first character of a name must be one of the following characters:
letter
underscore (_)
backslash (\).
Remaining characters in the name can be
letters
numbers
periods
underscore characters
The following are not allowed:
Space characters are not allowed as part of a name.
Names can't look like cell addresses, such as A$35 or R2D2
C, c, R, r -- can't be used as names -- Excel uses them as selection shortcuts
Names are not case sensitive. For example, North and NORTH are treated as the same name.
Similar questions