• 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.

CountIF formula criteria with text

Npet

New Member
I have probably a basic Excel formula situation, but I'm having trouble figuring out this scenario. Thank you for videos as they have been very helpful.

See table below and formula...


Assumptions:
Table range A1:B5 is named "loc"

Formula:
countif(Loc[Address], "Left(Loc[Address],2)=10")

My result is a column of 0's where the formula is placed.
Can COUNTIF not compare text? Or is there a better way to do this?

My expected result is to see there a count of 3 rows with an address that starts with "10"

A
B
Location​
Address​
Christchurch192.168.1.2
Hammond10.54.6.7
Frankville10.23.45.67
Cityville10.3.4.5

Thank you for any advice.
 
Last edited:
Back
Top