Count names

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Folks,
I have spreadsheet that in not formated in coulmns. However, what I need to do is count how many times the name "vendor number" comes up in the spreadsheet. That way I can count how many vendors I have.
Thanks,
DJ
 
Hi
without VBA you may use
=COUNTIF(A1:X200,"vendor number")

--
Regards
Frank Kabel
Frankfurt, Germany

Duncan J said:
Hi Folks,
I have spreadsheet that in not formated in coulmns. However, what I
need to do is count how many times the name "vendor number" comes up in
the spreadsheet. That way I can count how many vendors I have.
 
Thanks Frank
Had to change it t
=COUNTIF(A1:A500,"Vendor number*"
Since the spreadsheet is not formated in coulmns
Thanks again
DJ
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top