JAMIR Member Mar 9, 2016 #1 Hello everyone, I have attached sample file. I want to count the vehicles in a single cell. Regards, Zameer Shaikh Attachments Vehicles.xlsx Vehicles.xlsx 9.1 KB · Views: 11
Hello everyone, I have attached sample file. I want to count the vehicles in a single cell. Regards, Zameer Shaikh
JAMIR Member Mar 9, 2016 #3 Hello Asheesh Sir, Its work perfectly. But if suppose instead of , i give space( ) then how to count. Regards, Zameer
Hello Asheesh Sir, Its work perfectly. But if suppose instead of , i give space( ) then how to count. Regards, Zameer
JAMIR Member Mar 9, 2016 #5 Hello Asheesh Sir, But its counting the blank cell also. i.e. if A2 having no data and its showing 1 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
Khalid NGO Excel Ninja Mar 9, 2016 #7 Or replace the space " " with "-" and remove +1 at end: =LEN(A2)-LEN(SUBSTITUTE(A2,"-",""))
shrivallabha Excel Ninja Mar 9, 2016 #8 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
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
JAMIR Member Mar 11, 2016 #9 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
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
JAMIR Member Mar 11, 2016 #10 Khalid NGO said: Or replace the space " " with "-" and remove +1 at end: =LEN(A2)-LEN(SUBSTITUTE(A2,"-","")) Click to expand... Thanks for your reply... Take care... Zameer
Khalid NGO said: Or replace the space " " with "-" and remove +1 at end: =LEN(A2)-LEN(SUBSTITUTE(A2,"-","")) Click to expand... Thanks for your reply... Take care... Zameer