Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Bernd,
seems to work! thanks for your help. i think i was trying to make it too complicated. "Bernd P" wrote: Hello Sam, Your formula is not working. Copy down the AG value into A9 and A10, for example. My suggestion consists of two helper columns and one resulting column: I assume data starts from row 2 and row 1 contains titles in all columns (text). [If row 1 contains empty cells output in column D starts from row 3] Enter into B2: =IF(LEFT(A2,1)="C",(B10)*(B1+1),--(SUMPRODUCT(--(LEFT(A3:A6,1)="C")) =4)) Enter into C2: =(B20)*(MAX(C$1:C1)+1+(C1=0)) Enter into D2: =IF(ISERROR(MATCH(ROW()-1,C:C,0)),"",INDEX(A:A,MATCH(ROW()-1,C:C,0))) and now copy C2:D2 down as far as necessary. Regards, Bernd |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combinations in a string of data | Excel Worksheet Functions | |||
Isolating certain text | Excel Discussion (Misc queries) | |||
Isolating mailadresses | Excel Worksheet Functions | |||
Isolating months | Excel Discussion (Misc queries) | |||
isolating a string containing a % symbol | Excel Worksheet Functions |