鉴于上表,我需要计算A列(名称)中的唯一值,其中B列(当前)为“否”。
def main(lines)
lines.each_with_index do |i,v| # or use each instead if u just want only the value and change |i,word| to |word|
if word.length > 1 && word.length <=11
puts "I use #{word}"
end
end
end
返回 3 ,但是我得到的答案是 2 ,即=COUNTIF(B2:B11,"no")
和Girl1
是否存在可以实现此目标的Excel公式?
谢谢。