查找范围
<h1>功能</h1>
<p>是在指定范围内查找指定值,并返回该值所在单元格地址。若该范围内存在多个相同的值,则返回查找到的第一个值的地址。</p>
<h1><strong>输入</strong></h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>范围</td>
<td>【字符串】要操作的范围。</td>
<td>'A1:J5'</td>
</tr>
<tr>
<td>工作表名称</td>
<td>【字符串】工作簿中的工作表名称。</td>
<td>‘sheet3</td>
</tr>
<tr>
<td>值</td>
<td>【字符串】要搜索的值</td>
<td>‘1’</td>
</tr>
</tbody>
</table>
<h1><strong>输出</strong></h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>结果</td>
<td>【字符串】已搜索到的单元格地址</td>
<td>字符串变量</td>
</tr>
</tbody>
</table>
<h1><strong>注意/说明</strong></h1>
<p>仅输出最先出现的单元格。</p>
<h1>相关函数</h1>
<p>无</p>
<h1><strong>示例/演示</strong></h1>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/7030142258752bf8ddb281defbedf768" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/6e9d582b8d853dffa214768049fc5b08" title="[组件[查找范围函数示例]_20210208.db">组件[查找范围函数示例]_20210208.db</a></p>