• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Concatenating a row number to a column letter

I am trying to create the following formula:

COUNTIF(H18:H32,"W")

To do this I am calculating the '32' then I am trying to concatenate the '32' to what comes before. The current value in C10 is 15.

Here is what I have. Why is this not working?

=COUNTIF(H18:H&C10+17,"W")
 
Last edited:
Back
Top