この記事では、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機能を実行します。

1

数式を使用してデータの情報を取得します

=CELL("address",B2)
=CELL("row",B3)
=CELL("color",C2)
=CELL("filename",C3)
=CELL("contents",C3)
=CELL("width",D3)

info_typeが異なると、セルに関する異なる情報が返されます。

2

ご覧のとおり、セルに関する情報は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 [ExcelROW関数の使用方法]

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 [Expanding References in Excel]

link:/ excel-range-name-absolute-reference-in-excel [Excelでの絶対参照]

人気の記事:

link:/ keyboard-formula-shortcuts-50-excel-shortcuts-to-increase-your-productivity [生産性を高めるための50のExcelショートカット]

link:/ forms-and-functions-introduction-of-vlookup-function [ExcelでVLOOKUP関数を使用する方法]

link:/ Tips-countif-in-microsoft-excel [Excel2016でCOUNTIF関数を使用する方法]

link:/ excel-formula-and-function-excel-sumif-function [ExcelでSUMIF関数を使用する方法]