Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I am stuck with extending the formula to a range in a column. I need to implement a "for loop" for the formula below..... Help!!! This works: =IF(C2="ABC",IF(D2="XYZ",COUNTIF(Q2,"done"))) I want something like: =IF(C3:C1000="ABC",IF(D3:D1000="XYZ",COUNTIF(Q3:Q1 000,"done"))) Thanks in advance for your help! -- pgd ------------------------------------------------------------------------ pgd's Profile: http://www.excelforum.com/member.php...o&userid=28141 View this thread: http://www.excelforum.com/showthread...hreadid=476569 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Extending formula series... | Excel Discussion (Misc queries) | |||
Extending a range | Excel Discussion (Misc queries) | |||
Extending Sort Range | Excel Worksheet Functions | |||
extending excel named range with vba | Excel Programming |