在本文中,我们将学习如何使用Excel CELL函数。

CELL函数是内置的Excel Info函数。 Excel中的单元格功能存储引用单元格的所有数据,并返回该单元格的info_type。

语法:

=CELL (info_type, [reference])

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-address-function-in-excel [Excel中的ADDRESS函数]

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:/ formulas-and-functions-vlookup-function简介[如何在Excel中使用VLOOKUP函数]

link:/ tips-countif-in-microsoft-excel [如何在Excel 2016中使用COUNTIF函数]