Hi All,
I'm having trouble pulling a calculated string in another function. I have a table with a list of tests performed in a laboratory. I have created a dynamic (it changes as data changes) list of unique test names. I now want to count the number of each unique test in the data. I'm trying to do a countif() for each unique test name.
=COUNTIF(LALData[Product Name],"Alcohol*") works just fine, but
=COUNTIF(LALData[Product Name],Sheet3!A3&"*") returns 0
While trouble shooting I tried =Sheet3!A3 which also returns 0. I don't know what the circumstances were, but I did get Alcohol a couple of times while using =Sheet3!A3 (and now can't get it to do it again).
I suspect it is really simple, but I can't figure it out. Please help.
Kristyn
I'm having trouble pulling a calculated string in another function. I have a table with a list of tests performed in a laboratory. I have created a dynamic (it changes as data changes) list of unique test names. I now want to count the number of each unique test in the data. I'm trying to do a countif() for each unique test name.
=COUNTIF(LALData[Product Name],"Alcohol*") works just fine, but
=COUNTIF(LALData[Product Name],Sheet3!A3&"*") returns 0
While trouble shooting I tried =Sheet3!A3 which also returns 0. I don't know what the circumstances were, but I did get Alcohol a couple of times while using =Sheet3!A3 (and now can't get it to do it again).
I suspect it is really simple, but I can't figure it out. Please help.
Kristyn