Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi all,
A B C D Yes Yes Yes 3 No No No 0 Yes No NO 1 it should calculate individually for each row.. it should count number of yes from a1 to c1 and store it in d1 and it should count number of yes from a2 to c2 and store it in d2 and a3 to c3 in d3 likewise for n rows Pls refer the above example thank u in macros pls |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In D1 enter =COUNTIF(A1:C1,"Yes") and copy down to row n.
Hope this helps Rowan raja wrote: hi all, A B C D Yes Yes Yes 3 No No No 0 Yes No NO 1 it should calculate individually for each row.. it should count number of yes from a1 to c1 and store it in d1 and it should count number of yes from a2 to c2 and store it in d2 and a3 to c3 in d3 likewise for n rows Pls refer the above example thank u in macros pls |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macros for calculating the range | Excel Programming | |||
calculating in a changing range | Excel Discussion (Misc queries) | |||
Calculating Percentages in a Range | Excel Worksheet Functions | |||
Calculating a range in VB Excel XP | Excel Programming | |||
macros for calculating a new average after inserting a new row | Excel Programming |