Using the value from a cell within a formula

fauxhugo

New Member
Joined
Jul 10, 2015
Messages
6
Hi;

I was hoping some one could assist me with formula.

=COUNTIF($F$2:$F$1914,"A2C")

Here is my formula, What I am trying to achieve is read the value from other cells

=COUNTIF($F$2:$F$1914, B11)

But when I update it the top formula... it will show 0. am i missing something ? or is there a function i am suppose to fill in...?
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Then it should work! Are there any spaces in the text in column F? Or in B11? Like "A2C "
 
Upvote 0
There isn't..... So in column F i have Multiple strings such as A2A, A2B, A2C.... is there another function i can use to count the amount of times the strings appeared
 
Upvote 0
Just to clarify, in each cell you have either A2A or A2B or A2C etc No other characters?

Can you post a sample of the data.
 
Upvote 0
see if that made any differenec

=COUNTIF($F$2:$F$1914, TRIM(CLEAN(B11))
 
Upvote 0

Forum statistics

Threads
1,215,460
Messages
6,124,949
Members
449,198
Latest member
MhammadishaqKhan

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top