• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Recent content by shibulal

  1. S

    iNDEX

    Dear Syedali/Luke, the search formula worked ! thanks a lot. Warm Regards, Shibulal
  2. S

    iNDEX

    =IF(COUNTIF($A$4:$A$15,"*"&$D$7&"*")<COLUMNS($E7:E7),"",INDEX($B$4:$B$15,SMALL(IF($A$4:$A$15="*"&$D$7&"*",ROW($A$4:$A$15)-MIN(ROW($A$4:$A$15))+1),COLUMN(A1)))) Why do this formula giving #NUM!
  3. S

    full value to be extracted.

    Thanks Narayan, Thanks Somendra. will catch up soon .....
  4. S

    full value to be extracted.

    no it is XLSM since I have a small VBA code to close the file......
  5. S

    full value to be extracted.

    @Somendra Misra at present it is 70284. this will increase on an average of 500 rows per day.
  6. S

    full value to be extracted.

    @ somendra, for testing purpose, I can say yes. When I work with a genuine report file, I will have different records in each cell.
  7. S

    full value to be extracted.

    @ Narayan, Have you filled the data continuously (without any blank row in between) from A1 to A1040000 ?.
  8. S

    full value to be extracted.

    Dear Somendra, I checked it with other machines having different memories. (a lil' variations). All the machines has given same result. From my curiocity, I have filled first 5 rows (A1 to D5) and then filled last 5 rows (A100000 to D100000). Here the index formula worked.Extracted the values...
  9. S

    full value to be extracted.

    @Somendra Misra https://support.office.com/en-za/article/Excel-specifications-and-limits-ca36e2dc-1f09-4620-b726-67c00b05040f Check "Cross Worksheet Dependency".
  10. S

    full value to be extracted.

    Is it because of cross worksheet reference of array formula which limits to 64000 ?. If so, is there any solution to extract all the values beyond row 64000 ?
  11. S

    Is there any way to insert shapes using the lookup command or based on any criteria

    Dear Small(BIG)man, Where can I see the dash board ?.
  12. S

    full value to be extracted.

    I have a sheet which extract the desired result from an another sheet with a formula like : {IF(COUNTIF(Ledger!B:B,Chk!$M$9)<ROWS($K$13:K13),"",INDEX(Ledger!F:F,SMALL(IF(Ledger!$B$2:$B$70284=Chk!$M$9,ROW(Ledger!$B$2:$B$70284)),ROW(Ledger!B1))))}. But it is not fetching the value beyond rows...
  13. S

    Chart Formating

    Hi Faseeh, I failed to understand from the link. And I fear whether I could explain my request clearly. It is somewhat like a conditional formatting based on formula. =If (projected value is &#60;=actual value "line chart color is green),(projected projected value &#62;= Actual value,"line...
Back
Top