P psd364 May 14, 2010 #1 I need to use a formula to find out how many times the value in B2 appears in column B.
L Lars-Åke Aspelin May 14, 2010 #2 I need to use a formula to find out how many times the value in B2 appears in column B. Click to expand... Try this formula: =COUNTIF(B:B,B2) or, if you don't have Excel 2007, use this =COUNTIF($B$1:$B$65536,B2) Hope this helps / Lars-Åke
I need to use a formula to find out how many times the value in B2 appears in column B. Click to expand... Try this formula: =COUNTIF(B:B,B2) or, if you don't have Excel 2007, use this =COUNTIF($B$1:$B$65536,B2) Hope this helps / Lars-Åke
T Tom Hutchins May 14, 2010 #3 psd364 said: I need to use a formula to find out how many times the value in B2 appears in column B. Click to expand...
psd364 said: I need to use a formula to find out how many times the value in B2 appears in column B. Click to expand...
T Tom Hutchins May 14, 2010 #4 Try =COUNTIF(B:B,B2) in any cell not in column B on the same sheet. Hope this helps, Hutch
S Shane Devenshire May 15, 2010 #5 Excel 2003 does allow full column references with the COUNTIF function.
S Shane Devenshire May 15, 2010 #6 Be careful B2 is in the range B:B so you will be counting the criteria cell of the COUNTIF function, do you really want to do that?
Be careful B2 is in the range B:B so you will be counting the criteria cell of the COUNTIF function, do you really want to do that?
L Lars-Åke Aspelin May 15, 2010 #7 Excel 2003 does allow full column references with the COUNTIF function. Click to expand... Thanks for pointing that out. I wasn't sure so I gave an alternative solution too, just in case full column reference was not allowed. Lars-Åke
Excel 2003 does allow full column references with the COUNTIF function. Click to expand... Thanks for pointing that out. I wasn't sure so I gave an alternative solution too, just in case full column reference was not allowed. Lars-Åke