Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
245 views
in Technique[技术] by (71.8m points)

excel - How to to create another array for sumproduct that gives 1 for a cell that contain certain word or 0 if not

I need to sum the total machine work but sometime the machine work at 2 different job at the same time. I want to make everytime the machine countif(statement,"side by side") the minute divided by 2 before being sum.

Edit:

  • I accidently put B12 on formula not B2.
  • Added column H
  • Lost time G2 =IF(WEEKDAY(B2,11)<6,420,300)-SUMPRODUCT(($D:$D),--($A:$A=A2),--($B:$B=B2))+SUMPRODUCT(($D:$D),--($A:$A=A2),--($B:$B=B2),($H:$H))/2

I don't want the column H if possible. So how to create some sort of array that gives 1 for everytime there is side by side statement

book1/RytH8.png

question from:https://stackoverflow.com/questions/65912854/how-to-to-create-another-array-for-sumproduct-that-gives-1-for-a-cell-that-conta

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...