What is the cell adress of first cell and first column
Answers
Answered by
1
Answer:
A1
Hope this helps.....
Answered by
1
Answer:
=ADDRESS(1,1) - returns the address of the first cell (i.e. the cell at the intersection of the first row and first column) as an absolute cell reference $A$1. =ADDRESS(1,1,4) - returns the address of the first cell as a relative cell reference A1.
Similar questions