Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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"")}" |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Array formula SUMIF with 2D sum_range array | Excel Worksheet Functions | |||
Array formula: how to join 2 ranges together to form one array? | Excel Worksheet Functions | |||
Find specific value in array of array formula | Excel Worksheet Functions | |||
copy one array formula to an array range | Excel Programming | |||
Tricky array formula issue - Using array formula on one cell, then autofilling down a range | Excel Programming |