어떻게 엑셀 세포의 기능을 사용하는
이 기사에서는 Excel CELL 기능을 사용하는 방법에 대해 알아 봅니다.
CELL 기능은 내장 된 Excel 정보 기능입니다. Excel의 셀 함수는 참조 된 셀의 모든 데이터를 저장하고 셀의 info_type을 반환합니다.
구문 :
=CELL (info_type, [reference])
info_type : 참조에 대한 정보 유형.
link : # collapse3 [__ info_type : 참조에 대한 정보 유형]
Info_type |
Statement (Info_type) |
Address |
Returns the address of the reference, as text |
col |
Returns the cell column number |
color |
Returns 1 if cell has coloured negative values else returns 0 |
contents |
Returns only the values of the cell |
filename |
Returns the full path and filename of the worksheet |
format |
Returns the format style value of the cell value |
Paranthesis |
Returns 1 if the cell is formatted with parentheses for positive or all values; returns 0 otherwise |
prefix |
Returns a text value corresponding to the ‘label prefix’ of the cell |
protect |
Returns 1 if the cell is locked and 0 otherwise |
row |
Returns the cell’s row number |
type |
Returns a text value corresponding to the type of data |
width |
Returns the cell’s column width |
예제를 사용하여 이것을 이해합시다. 여기에 데이터 수식 파생 텍스트가 있습니다. 아래 데이터에 대해 CELL 기능을 수행합니다.
공식을 사용하여 데이터 정보를 얻습니다
=CELL("address",B2)
=CELL("row",B3)
=CELL("color",C2)
=CELL("filename",C3)
=CELL("contents",C3)
=CELL("width",D3)
다른 info_type은 셀에 대한 다른 정보를 반환합니다.
보시다시피 세포에 대한 정보는 Excel CELL 기능을 이용하여 얻을 수 있습니다.
값 집합에서 셀 정보를 얻는 방법을 이해했기를 바랍니다.
여기에서 Excel의 정보 기능에 대한 더 많은 기사를 살펴보십시오. 아래 의견란에 질문을 언급하십시오. 우리는 당신을 도울 것입니다.
관련 기사 :
link : / lookup-formulas-the-address-function-in-excel [Excel의 ADDRESS 함수]
link : / lookup-formulas-how-to-look-up-address-in-excel [Excel에서 주소를 찾는 방법]
link : / lookup-and-reference-excel-row-function [Excel ROW 함수 사용 방법]
link : / lookup-and-reference-excel-row-function [Excel에서 COLUMN 함수 사용 방법]
link : / excel-generals-relative-and-absolute-reference-in-excel [Excel의 상대 및 절대 참조]
link : / excel-range-name-expanding-references-in-excel [Excel의 확장 참조]
link : / excel-range-name-absolute-reference-in-excel [Excel의 절대 참조]
인기 기사 :
link : / keyboard-formula-shortcuts-50-excel-shortcuts-to-increase-your-productivity [50 Excel 단축키로 생산성 향상]
link : / formulas-and-functions-introduction-of-vlookup-function [Excel에서 VLOOKUP 함수를 사용하는 방법]
link : / tips-countif-in-microsoft-excel [Excel 2016에서 COUNTIF 함수를 사용하는 방법]
link : / excel-formula-and-function-excel-sumif-function [Excel에서 SUMIF 함수 사용 방법]