Thread
:
Array Formula creates error if too may cell chosen
View Single Post
#
2
Posted to microsoft.public.excel.programming
Kletcho
external usenet poster
Posts: 36
Array Formula creates error if too may cell chosen
You could try using the iserror statement in your formula:
=if(iserror(MyVowelCountArray($A$1),"",MyVowelCoun tArray($A$1))
Reply With Quote
Kletcho
View Public Profile
Find all posts by Kletcho