Thread: Formulas
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Kevin B Kevin B is offline
external usenet poster
 
Posts: 1,316
Default Formulas

Use the following formulas,changing the range of A1:A8 to match the range in
your worksheet:

1. =COUNTIF(A1:A8,"=A")
2. =COUNTIF(A1:A8,"=R")
3. =COUNTIF(A1:A8,"=Q")
--
Kevin Backmann


"Darcy" wrote:

Desprately need help ASAP.

I am trying to to set up a spreadsheet that allows for tracking of assigned,
requested, and received. Using the letters A, R, Q. How do I make the one
cell count all the assigned cells and requested cells and so. Do I need to
change the value of the letters and if so how???