如何编写Excel公式来计算同一行中两个单独列中的值相同的次数

发布于 2025-01-11 14:04:35 字数 176 浏览 0 评论 0原文

我在 Excel 电子表格中有两个单独的列,计算

免费投注时的赌博利润,总支出列和总赢得列将是相同的

我想编写一个 Excel 公式来计算这两列有多少次同一行中的相同值

我可以使用 COUNTIF 和 COUNTIFS 公式来完成我想要完成的所有其他任务,但我无法弄清楚这个,

谢谢

I have two separate columns in an excel spreadsheet calculating gambling profits

when a free bet is placed, the total payout column and the total won column will be the same

i want to write an excel formula that will count how many times these two columns have the same value within the same row

I was able to use COUNTIF and COUNTIFS formulas for everything else I was trying to accomplish, but I can not figure this one out

thank you

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

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

发布评论

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

评论(1

独自唱情﹋歌 2025-01-18 14:04:35

使用 SUMPRODUCT 和双一元 --

=SUMPRODUCT(--(B2:B5=D2:D5))

< img src="https://i.sstatic.net/eiuqb.png" alt="在此处输入图像描述">

Using SUMPRODUCT and the double unary --:

=SUMPRODUCT(--(B2:B5=D2:D5))

enter image description here

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