搜索范围内的值,然后将值复制到另一个工作表的第一个空行中

发布于 2024-12-04 02:56:27 字数 594 浏览 1 评论 0原文

我尝试了各种功能,但无法使其工作。

我需要搜索值 Diesel 并将接下来的三个单元格复制到另一张工作表的最后一行。 我只需要复制值,因为这些是基于公式的单元格。

我的 Excel 工作表是这样的..(工作表水平延伸,具有类似的字段)

 Fuel   Machine Meter reading   Quantity     Fuel   Machine Meter reading   Quantity
 Diesel CAT 03        22              5      Diesel  CAT 03      54            54 
 Petrol CAT 04        22              45     HY oil  CAT 03      54            48 
 -       -             -     -               -       -               -       -   
 -       -             -     -               -       -               -       -   

I tried various functions but can't get it to work.

I need to search for the value Diesel and copy next three cells to last line of another sheet.
I need to copy only the values, as these are formula based cells.

My Excel sheet goes something like this.. (the sheet extends horizontally with similar fields)

 Fuel   Machine Meter reading   Quantity     Fuel   Machine Meter reading   Quantity
 Diesel CAT 03        22              5      Diesel  CAT 03      54            54 
 Petrol CAT 04        22              45     HY oil  CAT 03      54            48 
 -       -             -     -               -       -               -       -   
 -       -             -     -               -       -               -       -   

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

如歌彻婉言 2024-12-11 02:56:27

摘自 IDevlop 的评论:

无需 VBA,您可以使用 3 个 vlookup 函数来完成此操作。有关详细信息,请参阅 vlookup 帮助,并且不要忘记将最后一个参数 (exact_match) 设置为 FALSE。

Copied from a comment by IDevlop:

You CAN do this without VBA by using 3 vlookup functions. See vlookup help for details, and don't forget to set the last parameter (exact_match) to FALSE.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文