시작하기무료로 시작하기

Working with cell addresses

The address of a cell in Google sheets can be specified in two ways: either as a letter-number pair like C5, or as a pair of numbers like "row 5, column 3". Some formulas may be easier to specify on one way or the other, so it's useful to know how to convert from one form to the other and back.

  • ROW() and COLUMN() take addresses in A1 format and return the number of the row and column respectively.
  • ADDRESS() takes numeric row and column inputs and returns the address in A1 format. It also has an option argument to specify the relativity of the addresses: 1 (the default) returns absolute addresses; 2, 3, and 4 return row absolute, column absolute, and relative addresses respectively.

In this chapter you'll be working with Indian butterfly data from Singh and Pandey.

이 연습은 강의의 일부입니다

Google Sheets 중급

강의 보기

연습 안내

  • In column H, get the row numbers of the Locality column.
  • In column I, get the column numbers of that column.
  • In column J, convert columns H and I back to addresses in $A$1 absolute format.
  • In column K, convert columns H and I back to addresses in A1 relative format.

실습형 인터랙티브 연습문제

이론을 실습으로 바꾸는 인터랙티브 연습 중 하나를 만나보세요

연습 시작