I want to count different strings from a column in excel and print it -


my excel sheet has order of t-shirts. column f contains size of t-shirts, i.e s, m, l, xl, xxl. want count number of each type of shirt , print them somewhere on sheet order placed. please help.

you make new sheet in first column possible sizes. using countif function can count how many times every size occurs in column.

more specific, if first sheet called "sheet1", , if placed sizes in column of sheet. code result in: =countif(sheet1!f:f,concatenate("=",a1)) or short =countif(sheet1!f:f,a1) value of b1. can drag formula on other rows.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -