Hello,
Am trying to figure out a formula in a cell to analyse data in tw
columns. One column will have a referance and the frequency of th
corresspomnding data in the other column need to be counted
--
shrikan
Posted from - http://www.officehelp.i
ice - 18 Oct 2006 12:24 GMT
attach an example.
> Hello,
>
> Am trying to figure out a formula in a cell to analyse data in two
> columns. One column will have a referance and the frequency of the
> corresspomnding data in the other column need to be counted.
shrikant - 25 Oct 2006 04:42 GMT
Sorry I was out of office for a week. I could not answer your quote.
Am trying to figure out a formula in a cell to analyse data in tw
columns. One column will have a referance and the frequency of th
corresspomnding data in the other column need to be counted.
Example:
column 1 column 2
abc OT
don alt
abc OT
rnd R
abc OT
ckp R
abc R
ndc OT
don OT
rnd OT
I want to place a formula in a cell to know ... say for "abc", what i
the frequency of say "OT"
shrikant
--------------------------------------------------------------------------------
ice;3862237 Wrote:
> attach an example.
>
[quoted text clipped - 12 lines]
> >
> > Posted from - http://www.officehelp.in
--
shrikan
Posted from - http://www.officehelp.i
Bob Phillips - 18 Oct 2006 13:02 GMT
Isn't that just
=COUNTIF(A:A,"reference")
as counting the instances of the reference is its frequency.

Signature
HTH
Bob Phillips
(replace somewhere in email address with gmail if mailing direct)
> Hello,
>
> Am trying to figure out a formula in a cell to analyse data in two
> columns. One column will have a referance and the frequency of the
> corresspomnding data in the other column need to be counted.
shrikant - 19 Oct 2006 08:21 GMT
Thanks for sparing some time. I have added example. What I need will b
more clear now. It is not just the count if formula. It should b
lookup and countif combination
--
shrikan
Posted from - http://www.officehelp.i
Bob Phillips - 19 Oct 2006 10:17 GMT
We don't get attachments her on the Usenet newsgroups. Describe the problem.

Signature
HTH
Bob Phillips
(replace somewhere in email address with gmail if mailing direct)
> Thanks for sparing some time. I have added example. What I need will be
> more clear now. It is not just the count if formula. It should be
> lookup and countif combination.