Excel Count occupancies from cell to another cell -
i hope can assist me.
i have spread sheet has 2 tabs, front tab summary, second data tab.
i trying workout formula count name , how many time occurs in data tab?
example:
name: count? andrew 4 roger 2 tony 2 clive 1 dean 1 data tab:
account no. name 123 andrew 221 andrew 331 andrew 133 clive 341 dean 091 tony 001 tony 999 roger 123 roger 112 andrew any assistance appreciated.
easy peasy! sheet 1: column contains names lookup in data. enter formula in sheet1>column b.
=countif(data!$b$1:$b$20;a1)
Comments
Post a Comment