First introduce the commonly used search commands. Click Find&Select in the menu, select the Find command, and the search dialog box will pop up. If we want to find the location of [Washing Machine], enter [Washing Machine] in the input box, click Find All, and the search results will appear below. Click one of them, and the selection box will automatically jump to the selected position.
If we want to find something else, such as a refrigerator, we need to enter the refrigerator and then search. So is there such a function: no need to input, directly select the data you want to find in the cell, and then another cell automatically displays the address of the data? The following introduces the use of ADDRESS function.
ADDRESS function application
Function format ADDRESS(row_num,column_num,abs_num,a1,sheet_text).
1. Row_num The row number used in the cell reference.
2. Column_num The column label used in cell references.
3. Abs_num specifies the reference type returned.
For example, the result of ADDRESS(3,2,4) is B3, which means the third row and second column, a relative reference.
The following introduces how to find the address of [Washing Machine]. The formula is:
=ADDRESS(MAX((A2:A7=D2)*ROW(2:7)),MAX((A2:A7=D2)*COLUMN(A:A)),4 ). Since this function formula exists in an array, you need to press the Ctrl Shift Enter key combination to confirm.
MAX((A2:A7=D2)*ROW(2:7)) The return value is the row value. The meaning of this function is that the value in A2:A7 is equal to the D2 value. The row address ranges from row 2 to row 7. It compares (A2:A7=D2) and ROW(2:7) and takes the larger value.
MAX((A2:A7=D2)*COLUMN(A:A)) The return value is the column value. The meaning of this function refers to the column address equal to the D2 value in A2:A7, and its range is Column 1 to Column 1. It compares (A2:A7=D2) and COLUMN(A:A) and takes the larger value.
In this example, the MAX function returns 6 and 1 respectively, which means row 6 and column 1.
Change 4 in the formula to 1 and view the result. It can be seen that 1 represents an absolute reference and 4 represents a relative reference.
Note
(A2:A7=D2)*ROW(2:7) and (A2:A7=D2)*COLUMN(A:A) are arrays , so after editing the function formula, you need to press the Ctrl Shift Enter key combination. If you only press the Enter key, the system will not recognize the array.
The above is the detailed content of How to find the address of content in a table in Excel. For more information, please follow other related articles on the PHP Chinese website!

Improve the accessibility of Excel tables: A practical guide When creating a Microsoft Excel workbook, be sure to take the necessary steps to make sure everyone has access to it, especially if you plan to share the workbook with others. This guide will share some practical tips to help you achieve this. Use a descriptive worksheet name One way to improve accessibility of Excel workbooks is to change the name of the worksheet. By default, Excel worksheets are named Sheet1, Sheet2, Sheet3, etc. This non-descriptive numbering system will continue when you click " " to add a new worksheet. There are multiple benefits to changing the worksheet name to make it more accurate to describe the worksheet content: carry

This tutorial unlocks the power of Excel's Paste Special feature, showing you how to significantly boost your efficiency with paste special shortcuts. Learn to paste values, formulas, comments, formats, column widths, and more, all while avoiding co

This tutorial shows you how to efficiently add, modify, and delete multiple checkboxes in Excel. Last week, we explored using checkboxes for checklists, conditional formatting, interactive reports, and dynamic charts. This week, we'll focus on the

This tutorial explores six methods for inserting checkmarks in Excel, along with formatting and counting techniques. Excel offers two checkmark types: interactive checkboxes and tick symbols. Checkboxes allow selection/deselection via mouse clicks

The tutorial shows different ways to get age from birthday in Excel. You will learn a handful of formulas to calculate age as a number of complete years, get exact age in years, months and days at today's date or a particular date. There

This tutorial demonstrates how to add a drop-down calendar (date picker) to Excel and link it to a cell. It also shows how to quickly create a printable calendar using an Excel template. Data integrity is a major concern in large or shared spreadshe

Improve Excel’s productivity: A guide to efficient naming worksheets This article will guide you on how to effectively name Excel worksheets, improve productivity and enhance accessibility. Clear worksheet names significantly improve navigation, organization, and cross-table references. Why rename Excel worksheets? Using the default "Sheet1", "Sheet2" and other names is inefficient, especially in files containing multiple worksheets. Clearer names like “Dashboard,” “Sales,” and “Forecasts,” give you and others a clear picture of the workbook content and quickly find the worksheets you need. Use descriptive names (such as "Dashboard", "Sales", "Forecast")

This comprehensive guide explains how to effectively manage your Outlook email storage by archiving emails, tasks, and other items across various Outlook versions (365, 2021, 2019, 2016, 2013, and earlier). Learn to configure automatic archiving, pe


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver CS6
Visual web development tools

Atom editor mac version download
The most popular open source editor

Zend Studio 13.0.1
Powerful PHP integrated development environment

SublimeText3 Mac version
God-level code editing software (SublimeText3)

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software