Thread
:
Formula array
View Single Post
#
1
Posted to microsoft.public.excel.programming
Don Guillett
external usenet poster
Posts: 10,124
Formula array
try this
ActiveCell.formulaarray= "=IF(MAX(COUNTIF(A3:A12,A3:A12))1,""Dup's""," "No
Dup's"")"
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"miek" wrote in message
...
How do I enter in the following as a formula array?
{IF(MAX(COUNTIF(A3:A12,A3:A12))1,""Dup's"",""No Dup's"")}
This does not work:
ActiveCell.Value = "{IF(MAX(COUNTIF(A3:A12,A3:A12))1,""Dup's""," "No
Dup's"")}"
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett