如果我在Excel中有以下3列布局...
column1 column2 column3
one three info about three
two one info about one
three two info about two
four six info about six
seven info about seven
eight info about eight
Run Code Online (Sandbox Code Playgroud)
...如何删除或隐藏或删除第2列中没有第1列值的任何行?
我的最终结果应该是这样的......
column1 column2 column3
one
two one info about one
three two info about two
four
Run Code Online (Sandbox Code Playgroud)
小智 6
=if(countif(A:A,B2) > 0,"true","false")
(注意:您可能必须在"查找"列上复制并"仅粘贴>值"才能让Excel真正识别查找结果)
归档时间: |
|
查看次数: |
3904 次 |
最近记录: |