A
AngelaMaria
Help! I have a workbook and am trying to calculate Mode (and other averages)
for arrays in one column from multiple worksheets containing scores (Column
AB) based on meeting a condition (having a text value=Spanish, for example)
in an array (Column AA) from multiple worksheets. I was using the following
function, but cannot even get to the F2 and ctrl+shift+enter due to Excel
telling me there is an error in my function. Can anyone please help me debug
why or how to do this? Here is the function I am currently using:
=IF(OR(AirForce!AA8:412="SPANISH",Army!AA8:AA52="SPANISH",Civilian!AA8:AA9="SPANISH",Marines!AA8:AA17="SPANISH",Navy!AA8:AA43="SPANISH"),MODE(AirForce!AB8:AB412,Army!AB8:AB52,Civilian!AB8:AB9,Marines!AB8:AB17,Navy!AB8:AB43),"")
for arrays in one column from multiple worksheets containing scores (Column
AB) based on meeting a condition (having a text value=Spanish, for example)
in an array (Column AA) from multiple worksheets. I was using the following
function, but cannot even get to the F2 and ctrl+shift+enter due to Excel
telling me there is an error in my function. Can anyone please help me debug
why or how to do this? Here is the function I am currently using:
=IF(OR(AirForce!AA8:412="SPANISH",Army!AA8:AA52="SPANISH",Civilian!AA8:AA9="SPANISH",Marines!AA8:AA17="SPANISH",Navy!AA8:AA43="SPANISH"),MODE(AirForce!AB8:AB412,Army!AB8:AB52,Civilian!AB8:AB9,Marines!AB8:AB17,Navy!AB8:AB43),"")