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

Count cell word

JAMIR

Member
Hello everyone,

I have attached sample file. I want to count the vehicles in a single cell.

Regards,

Zameer Shaikh
 

Attachments

Hello Asheesh Sir,

Its work perfectly. But if suppose instead of , i give space( ) then how to count.

Regards,

Zameer
 
Hello Asheesh Sir,

But its counting the blank cell also. i.e. if A2 having no data and its showing 1

Regards,

Zameer
 
If all vehicles are having Maharashtra passing and all numbers begin with MH then you could also use:
=(LEN(A2)-LEN(SUBSTITUTE(A2,"MH","")))/2
 
Asheesh

Thanks for your reply. Its Work perfectly.

Thanks once again. Take Care.

shrivallabha

Thanks for your reply. This is what i want.

Take Care....

Regards,


Zameer
 
Back
Top