Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,VBA Experts here
I need a vba code to run from row 10 until the last row in a worksheet The last row is not fix. Presntly I am using the array formula as below for counting. Cell K10 : {=SUM(COUNTIF($A10:$J10,$A$1:$A$7))} Cell L10 : {=SUM(COUNTIF($A10:$J10,$B$1:$B$7))} Cell M10 : {=SUM(COUNTIF($A10:$J10,$C$1:$C$7))} Cell N10 : {=SUM(COUNTIF($A10:$J10,$D$1:$D$7))} Thanks, Michael -- Message posted from http://www.ExcelForum.com |
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 | |||
meaning of : IF(Switch; Average(array A, array B); array A) | Excel Worksheet Functions | |||
Array Formula - using LEFT("text",4) in formula | Excel Worksheet Functions |