Forum Discussion
Keyamo
Nov 07, 2021Copper Contributor
I am trying to make the Cell W15 Calculate when the words in V2 and W2 appear in the same row
I am trying to make the Cell W15 Calculate when the words in V2 and W2 appear in the same row between Column B and F and then do the same with V2, W2, X2 but for X15
- Nov 07, 2021
See attached file.
Keyamo
Nov 07, 2021Copper Contributor
Thankyou for the reply!
Not quite as when i plugged it into my own spreadsheet, it will only count the one row so i changed the F2 to F80 as there are 80 rows but then it seems to be counting one extra row which i think is V2:W2 so i just added a -1 at the end of the function
Not quite as when i plugged it into my own spreadsheet, it will only count the one row so i changed the F2 to F80 as there are 80 rows but then it seems to be counting one extra row which i think is V2:W2 so i just added a -1 at the end of the function
Keyamo
Nov 07, 2021Copper Contributor
Also i am unable to then use this to try and add the X3 column as i tried adding X2 to the formula
- OliverScheurichNov 07, 2021Gold Contributor
=SUM(COUNTIF(B2:F80,V2:X2))
This formula counts number of all words of cells V2:X2 that appear in range B2:F80 in my spreadsheet.
Can you communicate the formula you entered or can you upload your spreadsheet? This would help trying to solve your request.
- KeyamoNov 07, 2021Copper Contributor
OliverScheurich I attached my spreadsheet. Seems to be only identifying when a row has 1 of the variables rather than all of them
- OliverScheurichNov 07, 2021Gold Contributor
Which Office version do you work with? If you don't work with Office365 or 2021 you have to enter arrayformulas with ctrl+shift+enter. After doing this formulas return 5, 15 and 22.