CharlieRog
New Member
- Joined
- Sep 13, 2019
- Messages
- 14
Looking to do a COUNTIF formula but paste it whilst using concatenation to change the criteria each time e.g
In column B I have a list of place names and in column C I would like it to show the number of times that place name is present in Column Q.
Would need to be setting the value of each cell in column C to be something like "=COUNTIF(Q2:Q1028,"" & MyLocationNameCell
Then it would move down to the next cell in column C and paste again but this time MyLocationNameCell would have a new value of next place name(taken from column B)
(if you were to use MyLocationNameCell as a variable)
In column B I have a list of place names and in column C I would like it to show the number of times that place name is present in Column Q.
Would need to be setting the value of each cell in column C to be something like "=COUNTIF(Q2:Q1028,"" & MyLocationNameCell
Then it would move down to the next cell in column C and paste again but this time MyLocationNameCell would have a new value of next place name(taken from column B)
(if you were to use MyLocationNameCell as a variable)