Hi there,
I'm seeking a little advice about MacExcel system functionality. I have failed with a =countif function and a colleague advised he used a pc with the same formula and it worked.
First, as a new Mac user, I'm a little confused between teething frustrations and actual limitations of the systems so feel free to call me out on any silly stuff
I'll explain as clearly as I can the problem, I'm not 100% that a pc will resolve this as I don't have one any more to check for myself. But I think it might be rooted in VBA limitations or similar.
PROBLEM
=countif(range,criteria) - criteria is *like* succeeds where I manually type that text criteria contents into the cell yet fails when I specify 'like' text referring to a cell.
EXAMPLE :
So I have results of a business survey. If a user selects 5 answers to a question, those 5 answers are reported in one cell. I want to count the number of each answer in the answer set to analyse the results.
cell A1
"We understand current staff productivity, capability, capacity and spare time We understand types of ...blah bla" (two actual answers in the dataset starting with We).
Function :
=COUNTIF(A1:BQ31,"*We understand current staff productivity, capability, capacity and spare time*") returns a positive value (in my dataset = 4)
whereas =COUNTIF(A1:BQ32,"*BP35*") where BP35 = the above answer data 'we understand...' fails to return values. (=0)
a colleague tested the above formula on a pc at home and it apparently worked.
The point of my doing these countif functions is to get an array of the 10 answer responses per question. being able to refer =countif to answer data means I can quickly get these figures, typing directly into cells isn't as scalable (I have about 700 possible answers in the total dataset.
HELP :
Could you please tell me if there is a reason my Countif criteria is failing, is it just too complex or is there some compatibility issue I'm up against?
Your advice very welcome and much appreciated in advance
I'm seeking a little advice about MacExcel system functionality. I have failed with a =countif function and a colleague advised he used a pc with the same formula and it worked.
First, as a new Mac user, I'm a little confused between teething frustrations and actual limitations of the systems so feel free to call me out on any silly stuff
I'll explain as clearly as I can the problem, I'm not 100% that a pc will resolve this as I don't have one any more to check for myself. But I think it might be rooted in VBA limitations or similar.
PROBLEM
=countif(range,criteria) - criteria is *like* succeeds where I manually type that text criteria contents into the cell yet fails when I specify 'like' text referring to a cell.
EXAMPLE :
So I have results of a business survey. If a user selects 5 answers to a question, those 5 answers are reported in one cell. I want to count the number of each answer in the answer set to analyse the results.
cell A1
"We understand current staff productivity, capability, capacity and spare time We understand types of ...blah bla" (two actual answers in the dataset starting with We).
Function :
=COUNTIF(A1:BQ31,"*We understand current staff productivity, capability, capacity and spare time*") returns a positive value (in my dataset = 4)
whereas =COUNTIF(A1:BQ32,"*BP35*") where BP35 = the above answer data 'we understand...' fails to return values. (=0)
a colleague tested the above formula on a pc at home and it apparently worked.
The point of my doing these countif functions is to get an array of the 10 answer responses per question. being able to refer =countif to answer data means I can quickly get these figures, typing directly into cells isn't as scalable (I have about 700 possible answers in the total dataset.
HELP :
Could you please tell me if there is a reason my Countif criteria is failing, is it just too complex or is there some compatibility issue I'm up against?
Your advice very welcome and much appreciated in advance