This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I have a Gsheet that is linked to a form where the responses put a "Win", "Loss",or "Draw" in each column of E2:G. The Win/loss/draw will only ever show up in the row in columns E:G.
I am trying to do a formula array to count the number of wins for each row and put that number in Column "I" So far I haven't had much luck getting it to work. Below are a few of my attempts:
Returned 0 in I2
=ARRAYFORMULA(COUNTIFS(ROW(E2:E),"WIN"))
This one put the total number of wins in I2
=ARRAYFORMULA(countifS(E2:G,"Win"))
This one put the total number of wins in I2
=ArrayFormula(SUM(countif(E2:E,"WIN") COUNTIF(F2:F,"WIN") SUM(G2:G,"WIN")))
Subreddit
Post Details
- Posted
- 5 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/spreadsheet...